Register user-engine portal OIDC client
This commit is contained in:
parent
401ab9ca55
commit
993a4dd589
2 changed files with 64 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue