Oauth 2.0 framework
Hi Team
i want to implement an Oauth 2.0 framework in my application , i define my connexion IHM, i want to check if the login and password are right when a user connect
do you've any idea ?
thank's
Discussion (2)1
Comments
Hi, Soufiane!
I don't know the answer, but I can recommend these articles (Oauth 2.0 part 1, part 2, part 3) and these videos (one, two)
When you configure the OAuth2 server through the management portal, System>Security>OAuth2>Server, On the Customization tab you can specify a "Validate User Class" which defaults to %OAuth2.Server.Validate.
The default class validates against the system's user database. You can subclass it and override the ValidateUser method to authenticate using a different method if you want.