Using mysql database table authenticated multiple site user / SSO - mysql

I have implement SOS concept between two php application. it application it available different domain.
I have required following condition.
1.When user is login any appplication to login this user with check user name and password into mysql database table
2.When user is login another application not reenter password direct login with this system.
3.When user logout at time both application can be logout.
-->my first application can be created Yii framework and another is moodle
please give idea to implement this concept in my both application

You can use external database authentication for Moodle -
https://docs.moodle.org/27/en/External_database_authentication
Log into Moodle as an admin then go to site admin -> plugins -> authentication -> manage authentication.
Enable the "external database plugin" and then update the settings to use the external database and map the fields for username, password, email etc.

Related

How do I login to phpadmin on azure mysql in app

I am trying to migrate a local MySQL database to azure MySQL In App, when I click on Manage in the MySQL in App pane on portal.azure.com it takes me to phpadmin login page displaying the username and password input form. How do I login to phpadmin on azure MySQL in app as I'm not certain what credential to use to login.
visit sitename.azurewebsites.net, then thereafter browse to sitename.scm.azurewebsites.net/phpmyadmin, and it wont ask for a username and password. but ensure that you are login to portal.azure.com with your azure credentials.

How to change approver for the request in OIM?

I need to update the approver user for some request in OIM? What is the best practices/solutions or APIs?
Go to
http://hostname:port_number/integration/worklistapp
hostname is the name of the host computer on which Oracle SOA Suite is installed
The port_number used at installation
Enter the user name and password.
You can use the preseeded user to log in as an administrator. If you have loaded the demo user community in the identity store, then you can use other users such as jstein or jcooper.
The user name and password must exist in the user community provided to JAZN. See Oracle Fusion Middleware Administrator's Guide for Oracle SOA Suite and Oracle Business Process Management Suite for the organizational hierarchy of the demo user community used in examples throughout this chapter.
Click Login.
Go to administrative task, search for the request, select the request and from left drop down select reassign. Provide the userID to whom request needs to be routed to. and click on OK.

Access front-end with back-end permissions

I have a MariaDB database that uses LDAP authentication so that database accounts are tied to their windows ones. If I develop a MS Access front-end, will their enterprise login be enough to restrict access to certain tables? Will I need to develop several front-ends or will they just get an error when they try to edit a linked table they are not supposed to?

moodle authenticate the user by username and password - web service

I was looking for a way to authenticate a user on my site against moodle web service.
It seems that there is no web service that recives username and password and returns the user data.
Is it possible to overcome this ? i need to authenticate a user on my wp site against the moodle system
Thanks
If you are looking for something like an SSO using a Moodle system, then it is not possible to authenticate from Moodle.
However, you can have a common external authentication system such as OpenLDAP or OpenID and authenticate both Moodle and Wordpress from the OpenID application.
If you would like to get the user information from Moodle, then you could use the External Services API to get it.
Hope this helps.

Installing Windows Server AppFabric - Unknown user name or bad password

I'm installing Windows Server AppFabric in a Windows 2008 R2 SP1 that is part of my domain. On the Configure Hosting Service, I would like to configure each AppFabric service on a separate Domain account. I've created the 3 necessary databases on a separate database server that is also part of my domain, and 3 domain users, and I've given each domain user db_owner privilege on it's respective database.
When I'm installing Windows Server AppFabric, and I try to set the monitoring configuration, and on the AppFabric Event Collection service account, I'm trying to use the domain user, but it keeps giving me Logon Failure: Unknown username or bad password, but the user and password are valid! On the same server, if I do a runas with the same domain user and password, I open any application I want.
Is there a restriction on using domain accounts for this? I've placed all 3 accounts as local admin and on AS_Administrators, to see if it helped, but it's no good.
After a LOT of troubleshooting, I found out how to configure it. Before the Windows Server AppFabric Configuration Wizard is opened, go to the Services, and configure the 3 services (AppFabricCachingService, AppFabricEventCollectionService and AppFabricWorkflowManagementService) with the domain users you want. Then, you open the Wizard, and the correct domain users will already be configured, and all you need to do is configure the database.
The post https://stackoverflow.com/questions/4733348/configuring-appfabric-with-remote-database also helped, along with the article http://msdn.microsoft.com/en-us/library/ff637739.aspx