[java-identity-provider] branch maint-5.1 updated: IDP-2257 - Missing async logout error mapping

Scott Cantor cantor.2 at osu.edu
Mon Mar 24 18:12:55 UTC 2025


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-5.1
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=39560e5ed961e6f962ff50e92fd8848b97d1bd77

The following commit(s) were added to refs/heads/maint-5.1 by this push:
     new 39560e5ed IDP-2257 - Missing async logout error mapping
39560e5ed is described below

commit 39560e5ed961e6f962ff50e92fd8848b97d1bd77
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 24 14:00:59 2025 -0400

    IDP-2257 - Missing async logout error mapping
    
    https://shibboleth.atlassian.net/browse/IDP-2257
    
    Added mapping for SessionNotFound.
---
 .../main/resources/net/shibboleth/idp/messages/messages.properties  | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages.properties
index 66cfa0543..a5b7df00a 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/messages/messages.properties
@@ -56,6 +56,7 @@ NTLMUnsupported = ntlm
 NoSuchFlowExecutionException = stale
 FlowExecutionRestorationFailureException = stale
 ExternalAuthenticationException = stale
+SessionNotFound = logout
 
 # General strings
 
@@ -285,6 +286,11 @@ endpoint.message = The login service was unable to identify a compatible way to
                     application. This is generally due to a misconfiguration on the part of the application \
                     and should be reported to the application's support team or owner.
 
+logout.title = Logout Error
+logout.message = An application requested a logout using a session that is no longer recognized. As always, \
+                    your browser will generally keep you logged into many services and you should always lock \
+                    your device to prevent misuse when leaving it unattended.
+
 relying-party.title = Unsupported Request
 relying-party.message = The application you have accessed is not registered for use with this service.
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list