We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently only claims updated on login.
Update user details on login: displayName and email (Same as https://github.com/enonic/app-azure-ad-idprovider/blob/65da70c1370f858d57eeedd4479187b253376882/src/main/resources/lib/azure-ad-id-provider/auth/user.js#L94 )
Don't update on autologin, otherwise we'll run into rate limits
The text was updated successfully, but these errors were encountered:
Update user on login #174
9e03fb1
f08f76e
OIDC IdProvider 3.0 #183 (#184)
bf7207f
* Support auto-login with JWT #162 (#170) * Document autoLogin configuration #171 * Update user on login #174 * migrate from nimbusds:oauth2 to com.auth0:java-jwt #176 (#181) * PKCE support #175 (#182) --------- Co-authored-by: anatol-sialitski <[email protected]> Co-authored-by: Anatol Sialitski <[email protected]>
anatol-sialitski
Successfully merging a pull request may close this issue.
Currently only claims updated on login.
Update user details on login: displayName and email
(Same as https://github.com/enonic/app-azure-ad-idprovider/blob/65da70c1370f858d57eeedd4479187b253376882/src/main/resources/lib/azure-ad-id-provider/auth/user.js#L94 )
Don't update on autologin, otherwise we'll run into rate limits
The text was updated successfully, but these errors were encountered: