From 116b46075f770c19bedf122462b19101cb5c4384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Wacongne?= Date: Thu, 21 Nov 2024 14:26:58 -1000 Subject: [PATCH] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index e5325f0ee..d189558a5 100644 --- a/README.MD +++ b/README.MD @@ -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)