providers/oauth2: remove post_logout_redirect_uris

This commit is contained in:
Jens Langhammer
2020-09-18 23:26:12 +02:00
parent 6ab8794754
commit e0c104ee5c
5 changed files with 16 additions and 12 deletions

View File

@ -157,12 +157,6 @@ class OAuth2Provider(Provider):
verbose_name=_("Redirect URIs"),
help_text=_("Enter each URI on a new line."),
)
post_logout_redirect_uris = models.TextField(
blank=True,
default="",
verbose_name=_("Post Logout Redirect URIs"),
help_text=_("Enter each URI on a new line."),
)
include_claims_in_id_token = models.BooleanField(
default=True,