Skip to content

Conversation

@aaronschweig
Copy link
Contributor

We had an interesting bug introduced with the introduction of the IdentityProviderConfiguration

As we use the dynamic client registration api from keycloak we are not able to define the clientId in the registration request.

This causes the WorkspaceAuthenticationConfiguration initialization to configure the oidc setup for the workspace wrong.

Until know we just used the generated workspace name as an accepted audience, but since now we get a uuid generated in keycloak instead of the clear name in the oidc config we need to pass on the generated id.

This PR takes care of that, so that the content configurations can actually be loaded again.

@github-actions github-actions bot added the fix label Jan 7, 2026
@aaronschweig aaronschweig merged commit 4875d20 into main Jan 7, 2026
10 checks passed
@aaronschweig aaronschweig deleted the fix/incorrect-wsauth-configuration branch January 7, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants