Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
post_logout_redirect_uri - singular.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohe committed Oct 13, 2021
1 parent 7c4c628 commit 48186d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oidcmsg/oidc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ class RegistrationRequest(Message):
# "client_id": SINGLE_OPTIONAL_STRING,
# "client_secret": SINGLE_OPTIONAL_STRING,
# "access_token": SINGLE_OPTIONAL_STRING,
"post_logout_redirect_uris": OPTIONAL_LIST_OF_STRINGS,
"post_logout_redirect_uri": SINGLE_OPTIONAL_STRING,
"frontchannel_logout_uri": SINGLE_OPTIONAL_STRING,
"frontchannel_logout_session_required": SINGLE_OPTIONAL_BOOLEAN,
"backchannel_logout_uri": SINGLE_OPTIONAL_STRING,
Expand Down

0 comments on commit 48186d6

Please sign in to comment.