Skip to content

Commit

Permalink
Merge pull request #482 from arnoweiss/fix/default-realm
Browse files Browse the repository at this point in the history
fix: add default client to default realm
  • Loading branch information
tunacicek authored Nov 22, 2024
2 parents 274e139 + c1110ee commit 097e642
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/registry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sources:
- https://github.com/eclipse-tractusx/sldt-digital-twin-registry

type: application
version: 0.6.2
version: 0.6.3
appVersion: 0.6.2

dependencies:
Expand Down
8 changes: 7 additions & 1 deletion charts/registry/config/default-realm-import.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,13 @@
} ],
"defaultClientScopes" : [ "web-origins", "acr", "roles", "profile", "email" ],
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
} ],
},
{
"clientId": "default-client",
"name": "Default Client",
"enabled": true,
"protocol": "openid-connect"
}],
"clientScopes" : [ {
"id" : "3840299f-8159-4b24-ad99-d5f95c2cacac",
"name" : "offline_access",
Expand Down

0 comments on commit 097e642

Please sign in to comment.