[cpp-sp] branch main updated: SSPCPP-912 - Review output of Attribute Checker when Session is invalid
Scott Cantor
cantor.2 at osu.edu
Tue Dec 1 23:06:21 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=1b03feff08d9a052e194ec43e6ccbf1487c5f930
The following commit(s) were added to refs/heads/main by this push:
new 1b03feff SSPCPP-912 - Review output of Attribute Checker when Session is invalid
1b03feff is described below
commit 1b03feff08d9a052e194ec43e6ccbf1487c5f930
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 1 18:02:01 2020 -0500
SSPCPP-912 - Review output of Attribute Checker when Session is invalid
https://issues.shibboleth.net/jira/browse/SSPCPP-912
---
configs/attrChecker.html | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/configs/attrChecker.html b/configs/attrChecker.html
index 95b855f0..a3ddf6ef 100644
--- a/configs/attrChecker.html
+++ b/configs/attrChecker.html
@@ -17,6 +17,7 @@
</shibmlpif>
<h3>We're sorry, but you cannot access this service at this time.</h3>
+<shibmlpif entityID>
<p>This service requires information about you that your identity provider
<shibmlpif Meta-displayName>(<shibmlp Meta-displayName />)</shibmlpif>
did not release. To gain access to this service, your identity provider
@@ -34,6 +35,12 @@ for further instructions.
</div>
</p>
</shibmlpif>
+</shibmlpif>
+
+<shibmlpifnot entityID>
+<p>Your session was already invalidated before your information could
+ be examined for completeness.</p>
+</shibmlpifnot>
<p>
You were trying to access the following URL:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list