Hi Team
One small question here
-
oauth2_enabled
- check this off to enable the feature -
oauth2_client_id
- the client ID from your provider -
oauth2_client_secret
- the client secret from your provider -
oauth2_authorize_url
- your provider’s authorization URL -
oauth2_token_url
- your provider’s token URL.
Are the above fields equivalent to the fields as below from settings -> login page of the application?
enable google oauth2 logins
google oauth2 client id
google oauth2 client secret
google oauth2 prompt
google oauth2 hd
Or does it work only after installation of OpenID connect authentication plugin?