You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A refresh token can never last longer than the keycloak session.
An access token can never last longer than a refresh token.
Therefore, you must make sure that:
The “SSO Session Idle” and the “SSO Session Max” have an equal or greater value than “Client Session Idle” and “Client Session Max”.
“Client Session Idle” and “Client Session Max” have an equal or greater value than “Access Token Lifespan”.
Hi @Captain-P-Goldfish
The page "Use with Microsoft Azure AD": https://github.com/Captain-P-Goldfish/scim-for-keycloak/wiki/Use-with-Microsoft-Azure-AD
PS script seems off
"https://$server/auth/realms/$realm/protocol/openid-connect/token"
But should be without auth
"https://$server/realms/$realm/protocol/openid-connect/token"
Also would be nice to have an updated screenshot :-)
also here a cURL bash script to get a access_token
fyi:
expires_in : 36000
even tho I have set to 399 days.The text was updated successfully, but these errors were encountered: