Skip to content

Commit

Permalink
Client policies: executor for validate and match a redirect URI
Browse files Browse the repository at this point in the history
closes keycloak#25637

Signed-off-by: Takashi Norimatsu <[email protected]>
  • Loading branch information
tnorimat committed Feb 17, 2024
1 parent 1f57fc1 commit 6048e21
Show file tree
Hide file tree
Showing 7 changed files with 2,000 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ One of several purposes for this executor is to realize the security requirement
* Enforce <<_dpop-bound-tokens,DPoP-binding tokens>> is used (available when `dpop` feature is enabled)
* Enforce <<_using_lightweight_access_token, using lightweight access token>>
* Enforce that <<_refresh_token_rotation,refresh token rotation>> is skipped and there is no refresh token returned from the refresh token response
* Enforce a valid redirect URI that the OAuth 2.1 specification requires

[[_client_policy_profile]]
=== Profile
Expand Down
Loading

0 comments on commit 6048e21

Please sign in to comment.