Skip to content

Fix response_types order unwanted strictness during dynamic client registration#761

Merged
azmeuk merged 1 commit intoauthlib:mainfrom
azmeuk:760-response-types-order
Apr 28, 2025
Merged

Fix response_types order unwanted strictness during dynamic client registration#761
azmeuk merged 1 commit intoauthlib:mainfrom
azmeuk:760-response-types-order

Conversation

@azmeuk
Copy link
Member

@azmeuk azmeuk commented Apr 28, 2025

As per RFC6749 §3.1.1:

Extension response types MAY contain a space-delimited (%x20) list of
values, where the order of values does not matter (e.g., response
type "a b" is the same as "b a").

Fix #760

As per RFC6749 §3.1.1:

    Extension response types MAY contain a space-delimited (%x20) list of
    values, where the order of values does not matter (e.g., response
    type "a b" is the same as "b a").
@azmeuk azmeuk added bug role:authorization_server Concerns a server implementation labels Apr 28, 2025
@azmeuk azmeuk changed the title Fix 'response_types` order unwanted strictness during dynamic client registration Fix response_types` order unwanted strictness during dynamic client registration Apr 28, 2025
@azmeuk azmeuk changed the title Fix response_types` order unwanted strictness during dynamic client registration Fix response_types order unwanted strictness during dynamic client registration Apr 28, 2025
@azmeuk azmeuk merged commit dbbbdeb into authlib:main Apr 28, 2025
7 checks passed
@azmeuk azmeuk deleted the 760-response-types-order branch April 28, 2025 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

role:authorization_server Concerns a server implementation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The response_type items order should not matter for client registration

1 participant