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

Commit 48186d6

Browse files
committed
post_logout_redirect_uri - singular.
1 parent 7c4c628 commit 48186d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcmsg/oidc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ class RegistrationRequest(Message):
633633
# "client_id": SINGLE_OPTIONAL_STRING,
634634
# "client_secret": SINGLE_OPTIONAL_STRING,
635635
# "access_token": SINGLE_OPTIONAL_STRING,
636-
"post_logout_redirect_uris": OPTIONAL_LIST_OF_STRINGS,
636+
"post_logout_redirect_uri": SINGLE_OPTIONAL_STRING,
637637
"frontchannel_logout_uri": SINGLE_OPTIONAL_STRING,
638638
"frontchannel_logout_session_required": SINGLE_OPTIONAL_BOOLEAN,
639639
"backchannel_logout_uri": SINGLE_OPTIONAL_STRING,

0 commit comments

Comments
 (0)