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 was trying to follow the instructions to configure Keycloak authentication for GoCD. There was a few difficulties since the terminology evolved in Keycloak since the plugin has been written.
Furthermore I found some of the following problems when trying to use the plugin:
The plugin assumes authentication URLs start with /auth but instead it should get the URL from http://localhost:8080/realms/${realm}/.well-known/openid-configuration
The plugin requires some scopes that do not exist (groups) in Keycloak 25.0.1, this can be fixed by creating the client scope but would need to be added to the documentation.
Here is the docker compose file I used to conduct my experiment:
I was trying to follow the instructions to configure Keycloak authentication for GoCD. There was a few difficulties since the terminology evolved in Keycloak since the plugin has been written.
Furthermore I found some of the following problems when trying to use the plugin:
The plugin assumes authentication URLs start with
/auth
but instead it should get the URL fromhttp://localhost:8080/realms/${realm}/.well-known/openid-configuration
The plugin requires some scopes that do not exist (
groups
) in Keycloak 25.0.1, this can be fixed by creating the client scope but would need to be added to the documentation.Here is the docker compose file I used to conduct my experiment:
The text was updated successfully, but these errors were encountered: