[java-idp-translations] branch main updated: Add logout message as of 5.1.4.
Scott Cantor
cantor.2 at osu.edu
Mon Mar 24 18:06:15 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-translations.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-translations.git;a=commit;h=207a96eeadd11572afec393918d8b7231168c23b
The following commit(s) were added to refs/heads/main by this push:
new 207a96e Add logout message as of 5.1.4.
207a96e is described below
commit 207a96eeadd11572afec393918d8b7231168c23b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 24 14:06:11 2025 -0400
Add logout message as of 5.1.4.
---
java-identity-provider/5/messages/messages.properties | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/java-identity-provider/5/messages/messages.properties b/java-identity-provider/5/messages/messages.properties
index 66cfa05..a5b7df0 100644
--- a/java-identity-provider/5/messages/messages.properties
+++ b/java-identity-provider/5/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