Disabling off Encryption for a Relying Party
Rod Widdowson
rdw at steadingsoftware.com
Fri Oct 16 08:55:17 EDT 2015
> Can someone provide an example of the version 3 configuration and if
possible point me to the appropriate DOC's for IdP version 3?
> <bean parent="RelyingPartyByName" c:relyingPartyIds="apperian.com">
You might be being caught by
http://shibboleth.net/pipermail/users/2015-July/022664.html
That takes a list and for reasons that are too complicated to go into right
now (follow the threads from that link) a single entry will appear to work
but doesn't.
Does
<bean parent="RelyingPartyByName" c:relyingPartyIds="#{{'apperian.com'}}">
Work?
More information about the users
mailing list