Allow for configuration of logout url

This commit is contained in:
Nick Douma
2020-08-05 13:46:07 +02:00
parent 27f5c89f70
commit f9f966df75
3 changed files with 14 additions and 1 deletions

View File

@ -90,6 +90,7 @@ class Setting(db.Model):
'oidc_oauth_api_url': '',
'oidc_oauth_token_url': '',
'oidc_oauth_authorize_url': '',
'oidc_oauth_logout_url': '',
'oidc_oauth_username': 'preferred_username',
'oidc_oauth_firstname': 'given_name',
'oidc_oauth_last_name': 'family_name ',