Skip to content

Commit

Permalink
Fixed scope mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
shaidar committed Feb 28, 2025
1 parent 2b10573 commit 10d9e5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ol_infrastructure/substructure/keycloak/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1255,9 +1255,9 @@ def fetch_realm_public_key(keycloak_url: str, realm_id: str) -> str:
add_to_access_token=True,
add_to_id_token=True,
add_to_userinfo=True,
claim_value_type="STRING",
client_id=ol_data_platform_superset_client.id,
client_id_for_role_mappings=ol_data_platform_role_keys_openid_client_scope.id,
claim_value_type="String",
client_id_for_role_mappings="ol-superset-client",
client_scope_id=ol_data_platform_role_keys_openid_client_scope.id,
multivalued=True,
name="role_keys",
)
Expand Down

0 comments on commit 10d9e5d

Please sign in to comment.