[Feature] OpenId keycloak support #4140
Labels
feature
This issue is a feature request
needs votes
Please upvote this feature request if you would like to see it implemented!
Verified feature request does not already exist?
💻
Pitch: what problem are you trying to solve?
Hi all
TLDR; It would be great to expose
authMethod
to UI when setting open id.I have enabled openid support for multiuser support and that is great.
My local network has a keycloak instance and I have spent too much time trying to make it work with actual budget.
And the reason is because keycloak clients are OpenId-connect by default and it is not something supported, login process was failing due to iss claim absent.
I solved it (after quite a lot of time of pondering) by using
config.json
, thanks to that thread, by login into docker image, creating config.json withauthMethod
asoauth2
and enabling/disabling openid feature with npm script.Best
Describe your ideal solution to this problem
No response
Teaching and learning
No response
The text was updated successfully, but these errors were encountered: