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 24, 2024
1 parent 8e1a500 commit 8f46de6
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 @@ -28,7 +28,7 @@ Auto-configuration for resource servers:
- allowing anonymous preflight requests using the path-matchers in CORS configuration

Auto-configuration for clients with `oauth2Login`:
- customizing OAuth2 responses:
- customizing responses returned to the frontend during the authorization-code and RP-Initiated Logout flows:
- specify the URI in `Location` header to activate a route after login / logout (defaults can be defined in application properties and overridden by the frontend using headers or query parameters)
- set the HTTP status in the `2xx` range to observe the response in Javascript code and trigger plain navigation 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
Expand Down

0 comments on commit 8f46de6

Please sign in to comment.