Skip to content

Commit

Permalink
engine: add scope 'openid' for compatibility with new versions of the…
Browse files Browse the repository at this point in the history
… keycloak

This is linked with this change for V19 and higher: https://www.keycloak.org/docs/latest/upgrading/index.html#userinfo-endpoint-changes

Now for request user-info endpoint we need request token with 'openid' scope (this is required scope by standard)
  • Loading branch information
0ffer committed Mar 11, 2024
1 parent af1e3c1 commit 9f434b0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UPDATE sso_scope_dependency
SET dependencies = dependencies || ' openid';

0 comments on commit 9f434b0

Please sign in to comment.