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
I wanted to setup wekan (snap on ubuntu) with keycloak 11.0.2 and followed the documentation in the wiki. Unfortunately the described way always opened a login-popup and closed it immediately. The reason was an unsupported request of scopes.
After some investigation I realized that the wekan snap uses an incompatible scope request. The default value quotes the scopes with single ticks. After configuring it without the additional single quotes, it worked.
I can't tell if changing the defaults will be a problem for other oidc-Providers, but at least keycloak 11.0.2 rejects these requests.
Problem
I wanted to setup wekan (snap on ubuntu) with keycloak 11.0.2 and followed the documentation in the wiki. Unfortunately the described way always opened a login-popup and closed it immediately. The reason was an unsupported request of scopes.
After some investigation I realized that the wekan snap uses an incompatible scope request. The default value quotes the scopes with single ticks. After configuring it without the additional single quotes, it worked.
I can't tell if changing the defaults will be a problem for other oidc-Providers, but at least keycloak 11.0.2 rejects these requests.
Suggested (simple) Solutions
Either change defaults
change it to
Or add to keycloak wiki entry
The text was updated successfully, but these errors were encountered: