[cpp-sp] branch master updated: SSPCPP-775 - Client-side session storage
Scott Cantor
cantor.2 at osu.edu
Thu Feb 22 20:23:42 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=3da58e4f5ca67293beb5aa676d73525c721bd7ef
The following commit(s) were added to refs/heads/master by this push:
new 3da58e4 SSPCPP-775 - Client-side session storage
3da58e4 is described below
commit 3da58e4f5ca67293beb5aa676d73525c721bd7ef
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 22 20:23:11 2018 -0500
SSPCPP-775 - Client-side session storage
https://issues.shibboleth.net/jira/browse/SSPCPP-775
Add persistedAttributes setting to schemas.
---
schemas/shibboleth-2.0-native-sp-config.xsd | 1 +
schemas/shibboleth-3.0-native-sp-config.xsd | 1 +
2 files changed, 2 insertions(+)
diff --git a/schemas/shibboleth-2.0-native-sp-config.xsd b/schemas/shibboleth-2.0-native-sp-config.xsd
index 83f177e..36bde8d 100644
--- a/schemas/shibboleth-2.0-native-sp-config.xsd
+++ b/schemas/shibboleth-2.0-native-sp-config.xsd
@@ -115,6 +115,7 @@
<attribute name="cacheTimeout" type="unsignedInt"/> <!-- deprecated -->
<attribute name="maintainReverseIndex" type="boolean"/>
<attribute name="excludeReverseIndex" type="conf:listOfStrings"/>
+ <attribute name="persistedAttributes" type="conf:listOfStrings"/>
<anyAttribute namespace="##any" processContents="lax"/>
</restriction>
</complexContent>
diff --git a/schemas/shibboleth-3.0-native-sp-config.xsd b/schemas/shibboleth-3.0-native-sp-config.xsd
index 92200e4..39a43e3 100644
--- a/schemas/shibboleth-3.0-native-sp-config.xsd
+++ b/schemas/shibboleth-3.0-native-sp-config.xsd
@@ -114,6 +114,7 @@
<attribute name="cacheAllowance" type="unsignedInt"/>
<attribute name="maintainReverseIndex" type="boolean"/>
<attribute name="excludeReverseIndex" type="conf:listOfStrings"/>
+ <attribute name="persistedAttributes" type="conf:listOfStrings"/>
<anyAttribute namespace="##any" processContents="lax"/>
</restriction>
</complexContent>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list