Question
· Oct 30, 2017

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
Log in or sign up to continue

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.