Open
Description
HI,
I have tried server CE and used the OpenID authentication setup using a Keycloak service and was successfully able to implement authentication for all the users in my keycloak Realm. Actually I wanted to allow login support for users having a particular role or users which comes under a particular group. I couldn't find a configuration for those extra filtering. Used below config options:-
"auth": {
"sessionSecret": "",
"openId": {
"realm": "https://my-keycloak-url.com/auth/realms/xxxxx",
"clientId": "my id",
"clientSecret": "my secret"
}
},
Thanks.
Metadata
Metadata
Assignees
Labels
No labels