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

Commit 74a8b34

Browse files
committed
array of strings
1 parent e6707ba commit 74a8b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcmsg/oidc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ class RegistrationRequest(Message):
627627
"frontchannel_logout_session_required": SINGLE_OPTIONAL_BOOLEAN,
628628
"backchannel_logout_uri": SINGLE_OPTIONAL_STRING,
629629
"backchannel_logout_session_supported": SINGLE_OPTIONAL_BOOLEAN,
630-
"federation_type": SINGLE_OPTIONAL_STRING,
630+
"federation_type": OPTIONAL_LIST_OF_STRINGS,
631631
"organization_name": SINGLE_OPTIONAL_STRING
632632
}
633633
c_default = {"application_type": "web", "response_types": ["code"]}

0 commit comments

Comments
 (0)