Register user-engine portal OIDC client

This commit is contained in:
tegwick 2026-07-28 00:06:38 +02:00
parent 401ab9ca55
commit 993a4dd589
2 changed files with 64 additions and 0 deletions

View file

@ -37,3 +37,10 @@ clients:
allowedScopes: ["openid", "profile", "email", "groups"]
grantTypes: ["authorization_code"]
clientType: "public"
- clientId: "user-engine-portal"
displayName: "User Engine Portal"
redirectUris:
- "https://users.92-205-62-239.nip.io/oidc/callback"
allowedScopes: ["openid", "profile", "email", "groups"]
grantTypes: ["authorization_code"]
clientType: "public"