forked from keycloak/keycloak
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip secure redirect validation if redirect URI-dependent flows are n…
…ot used This commit adjusts the secure redirect validation logic to bypass the check when neither the standard flow nor the implicit flow is used. This ensures that the validation only occurs for authentication flows that rely on redirect URIs, preventing unnecessary validation for flows that do not require redirect URIs. Additionally, the logic for handling Update and Register operations has been unified to ensure consistency. Empty URLs are now no longer allowed during Update operations, as permitting them is not meaningful for flows relying on redirect URIs. Closes keycloak#33734 Signed-off-by: Sven-Torben Janus <[email protected]>
- Loading branch information
1 parent
25da859
commit be17570
Showing
1 changed file
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters