Relying party configuration

Dan Ciarniello DCiarniello at central1.com
Wed Aug 19 12:13:37 EDT 2015


Hi,

According to the Authentication Configuration documentation on the wiki, one can change the login flow for a specific profile with something like:

<bean parent="SAML2.SSO" authenticationFlows="#{{'RemoteUser'}}" />

But when I add that I get this error: RelyingPartyResolver 'shibboleth.RelyingPartyConfigurationResolver': error looking up Relying Party: Invalid configuration.

I started by simply uncommenting the "RelyingPartyByName" bean in relying-party.xml and changing the relyingPartyIds:

        <bean parent="RelyingPartyByName" c:relyingPartyIds="https://mysp.org">
            <property name="profileConfigurations">
                <list>
                    <bean parent="SAML2.SSO" p:encryptAssertions="false" />
                </list>
            </property>
        </bean>

That works fine but when I add

    <bean parent="SAML2.SSO" authenticationFlows="#{{'Password'}}"/>

I get the above error.

What am I missing here?

Thanks,
Dan.


This email and any attachments are strictly confidential, may be privileged, and are intended only for the use of the person(s) named above. Any other person is strictly prohibited from disclosing, distributing, copying or using it. If you are not the intended recipient (or are not receiving this communication on behalf of the intended recipient), please notify the sender immediately by return email or telephone call, and securely destroy this communication. Thank you.

Please reply to this message with "Unsubscribe" or "Unsubscribe All" in the subject line to unsubscribe from this mailing list or from all commercial electronic messages from Central 1.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150819/d39f6275/attachment-0001.html>


More information about the users mailing list