Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy authored Nov 22, 2024
1 parent e89fac1 commit 116b460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A spring Boot starter to reduce Java Security conf to 0 in scenarios like:
- accepting tokens issued by several trusted authorization servers
- mapping authorities from a variety of claims (including nested ones), with custom prefix and case
- customizing OAuth2 responses:
- URI to activate a route after successful login / logout (defaults can be defined in application properties and overridden by the frontend using headers or query parameters)
- URI to activate a route after login / logout (defaults can be defined in application properties and overridden by the frontend using headers or query parameters)
- HTTP status to observe and trigger a plain navigation in Javascript code instead of letting the browser follow a redirection with a cross-origin request
- exposing CSRF token as a cookie accessible to a single-page application
- logging out from an authorization server not strictly implementing RP-Initiated Logout (case of Auth0 and Amazon Cognito for instance)
Expand Down

0 comments on commit 116b460

Please sign in to comment.