-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
feat: updates related to new keycloak version #86
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you get the SSO session back to 8hours again, we had this as a bandage for a timeout bug.
At the moment Teams/groups are not automatically added in keycloak. This happens in keycloak.ts, search for 'create groups' then you will find it. |
@ElderMatt you are checking the master realm in keycloak instead of otomi. Tested again and teams are being added as expected and also the correct TTL for the SSO is there. |
Renamed the KEYCLOAK_ADDRESS to KC_HOSTNAME as per new version of keycloak.