IdP ProfileConfiguration element attribute default values
Peter Schober
peter.schober at univie.ac.at
Thu May 24 21:45:24 BST 2012
* Scott Koranda <skoranda at gmail.com> [2012-05-24 21:59]:
> Which are the defaults that will be used when the
> ProfileConfiguration is thus:
>
> <ProfileConfiguration xsi:type="saml:SAML2ArtifactResolutionProfile" />
Unless the software has defaults in the code (which you'll see in the
code, then) the defaults will come from the schema
(shibboleth-2.0-relying-party-saml.xsd in this case), which you can
also check out yourself, e.g.
$ fgrep default shibboleth-2.0-relying-party-saml.xsd | grep sign[AR]
<attribute name="signAssertions" type="samlrp:cryptoReqType" default="never">
<attribute name="signRequests" type="samlrp:cryptoReqType" default="conditional">
<attribute name="signResponses" type="samlrp:cryptoReqType" default="conditional">
-peter
More information about the users
mailing list