Turning Off uApprove Intercept on Idp3.0
Walter Forbes Hoehn (wassa)
wassa at memphis.edu
Fri Feb 6 16:25:37 EST 2015
Changing this in relying-party.xml worked for me:
<bean parent="Shibboleth.SSO" p:postAuthenticationFlows="attribute-release” />
to
<ref bean="Shibboleth.SSO" />
and
<bean parent="SAML2.SSO" p:postAuthenticationFlows="attribute-release" />
to
<ref bean="SAML2.SSO" />
-Walter Hoehn
> On Feb 6, 2015, at 3:11 PM, Natarajan, Senthil <senthil at pitt.edu> wrote:
>
> Hello,
>
> How to turn off the default attribute-release intercept feature on Idp3.0, and release attributes without information release consent.
>
> Please let me know what attributes to be made false on what bean, xml etc…
>
> Thanks,
> Senthil
>
> --
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list