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

Commit 7debc90

Browse files
committed
According to the spec:
OPTIONAL. Space delimited, case sensitive list of ASCII string values
1 parent f5032ee commit 7debc90

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
@@ -378,7 +378,7 @@ class AuthorizationRequest(oauth2.AuthorizationRequest):
378378
"redirect_uri": SINGLE_REQUIRED_STRING,
379379
"nonce": SINGLE_OPTIONAL_STRING,
380380
"display": SINGLE_OPTIONAL_STRING,
381-
"prompt": OPTIONAL_LIST_OF_STRINGS,
381+
"prompt": OPTIONAL_LIST_OF_SP_SEP_STRINGS,
382382
"max_age": SINGLE_OPTIONAL_INT,
383383
"ui_locales": OPTIONAL_LIST_OF_SP_SEP_STRINGS,
384384
"claims_locales": OPTIONAL_LIST_OF_SP_SEP_STRINGS,

0 commit comments

Comments
 (0)