providers/oauth2: make sub configurable based on hash, username, email and upn

This commit is contained in:
Jens Langhammer
2020-09-15 20:54:42 +02:00
parent c4de808c4e
commit 5c622cd4d2
7 changed files with 108 additions and 15 deletions

View File

@ -23,6 +23,7 @@ class OAuth2ProviderSerializer(ModelSerializer):
"rsa_key",
"redirect_uris",
"post_logout_redirect_uris",
"sub_mode",
"property_mappings",
]