fix(auth): trigger RP-initiated logout at OIDC provider
This commit is contained in:
parent
22955bdd9e
commit
ba66bc15db
4 changed files with 192 additions and 6 deletions
|
|
@ -4,7 +4,6 @@
|
|||
"name": "Mila dev",
|
||||
"secret": { "Plain": "mv-dev-shared-secret-not-for-production-do-not-use-anywhere-else" },
|
||||
"redirect_uris": ["http://localhost:4000/auth/user/oidc/callback"],
|
||||
"post_logout_redirect_uris": ["http://localhost:4000/"],
|
||||
"allowed_origins": ["http://localhost:4000"],
|
||||
"enabled": true,
|
||||
"flows_enabled": ["authorization_code", "refresh_token"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue