By: Cecile Radix user 24 Mar 2015 at 11:31 a.m. CDT

1 Response
Cecile Radix gravatar
Dynmac enrollment enables to authenticate a user whereas he isn't registered in Gluu. But is this compatible with OAuth 2 ? Example : 1. OAuth 2 authentication : my custom authentication script authenticate the user 2. OAuth 2 UserInfo request : does the authentication script need to be re executed to get user info or is it simply kept in cache after step 1 ?

By Michael Schwartz Account Admin 26 Mar 2015 at 2:32 p.m. CDT

Michael Schwartz gravatar
Post-enrollment an LDAP entry is created in the Gluu OpenDJ server, and the attributes obtained from social login (or SAML login) are persisted on disk. In some ways, you could say that social login is automating the user registration for your website. Post enrollment, you have a permanent record for that person. The only difference between a local account and a social account is that for a social account you don't store a password, you make an association with a remote domain for authentication.