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

Commit e6707ba

Browse files
committed
Added parameters
1 parent f690381 commit e6707ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/oidcmsg/oidc/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,9 @@ class RegistrationRequest(Message):
626626
"frontchannel_logout_uri": SINGLE_OPTIONAL_STRING,
627627
"frontchannel_logout_session_required": SINGLE_OPTIONAL_BOOLEAN,
628628
"backchannel_logout_uri": SINGLE_OPTIONAL_STRING,
629-
"backchannel_logout_session_supported": SINGLE_OPTIONAL_BOOLEAN
629+
"backchannel_logout_session_supported": SINGLE_OPTIONAL_BOOLEAN,
630+
"federation_type": SINGLE_OPTIONAL_STRING,
631+
"organization_name": SINGLE_OPTIONAL_STRING
630632
}
631633
c_default = {"application_type": "web", "response_types": ["code"]}
632634
c_allowed_values = {

0 commit comments

Comments
 (0)