-
-
Notifications
You must be signed in to change notification settings - Fork 493
Open
Labels
BreakingBreaking change, to go in the next major release.Breaking change, to go in the next major release.BugOAuth2-ProviderThis impact the provider part of OAuth2This impact the provider part of OAuth2
Milestone
Description
The flows shown in the dot graph (see #642 (comment)) uncovered an issue in the order of the calls.
Resource Owner Password Grant
validate_grant_type
is called AFTER validate_user
, which can lead to unexpected behavior depending of the validate_user
implementation (e.g. create a session on the idP side but should be forbidden). For the other flows, validate_grant_type
is correctly called BEFORE.
Since it changes the request validator calling order, it is considered as a breaking change.
Metadata
Metadata
Assignees
Labels
BreakingBreaking change, to go in the next major release.Breaking change, to go in the next major release.BugOAuth2-ProviderThis impact the provider part of OAuth2This impact the provider part of OAuth2