-
-
Notifications
You must be signed in to change notification settings - Fork 521
Closed
Labels
good first issuerole:authorization_serverConcerns a server implementationConcerns a server implementation
Description
RFC6749 §3.1.1 indicates that:
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").
Client registration get refused when the response_type item orders don't match the response_types_supported ones. The items are just compared "as is":
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issuerole:authorization_serverConcerns a server implementationConcerns a server implementation