Add ability to logout from OIDC (#6539)
* Add OIDC_LOGOUT_URI functionality * Add logout redirect to work on logout route * Fix lint * Fix lint * Fix lint * Fix lint * Return null if logout endpoint used * Update import
This commit is contained in:
4
app.json
4
app.json
@@ -81,6 +81,10 @@
|
||||
"description": "",
|
||||
"required": false
|
||||
},
|
||||
"OIDC_LOGOUT_URI": {
|
||||
"description": "",
|
||||
"required": false
|
||||
},
|
||||
"OIDC_USERNAME_CLAIM": {
|
||||
"description": "Specify which claims to derive user information from. Supports any valid JSON path with the JWT payload",
|
||||
"value": "preferred_username",
|
||||
|
||||
Reference in New Issue
Block a user