Relying party configuration

Cantor, Scott cantor.2 at osu.edu
Wed Aug 19 12:29:25 EDT 2015


On 8/19/15, 12:13 PM, "users on behalf of Dan Ciarniello" <users-bounces at shibboleth.net on behalf of DCiarniello at central1.com> wrote:



>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'}}" />

If it says that literally, there's a typo, it's p:authenticationFlows

> 
>What am I missing here?

The Spring docs on XML configuration are the primary resource you have to use to understand the native Spring wiring.

Wiring anything up is a matter of combining that knowledge with the Javadocs for the classes being wired.

You should also have logs describing the specific error in the file when it says the configuration won't load.

-- Scott



More information about the users mailing list