ADFS http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password

Rhian Resnick rresnick at fau.edu
Fri Jul 29 11:45:49 EDT 2016


Scott,


Thanks for the input, so adjusting the auth/Password bean to look like this would add it as an additional method?


        <bean id="authn/Password" parent="shibboleth.AuthenticationFlow"
                p:passiveAuthenticationSupported="true"
                p:forcedAuthenticationSupported="true" >
           <property name="supportedPrincipals">
               <list>
                    <bean parent="shibboleth.SAML2AuthnContextClassRef"
                        c:classRef="http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password" />
                </list>
           </property>

        </bean>




Rhian Resnick

Assistant Director Middleware and HPC

Office of Information Technology


Florida Atlantic University

777 Glades Road, CM22, Rm 173B

Boca Raton, FL 33431

Phone 561.297.2647

Fax 561.297.0222

 [image] <https://hpc.fau.edu/wp-content/uploads/2015/01/image.jpg>


________________________________
From: users <users-bounces at shibboleth.net> on behalf of Cantor, Scott <cantor.2 at osu.edu>
Sent: Friday, July 29, 2016 11:38 AM
To: Shib Users
Subject: Re: ADFS http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password

On 7/29/16 11:18 AM, Rhian Resnick wrote:
>
> Before I dig into the configuration I was wondering if there was
> a tutorial on configuring Shibboleth 3 to handle adfs's
>
http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password
> method.

If you mean how you teach the IdP to understand a request for that
context class, just add it to the supportedPrincipals property for the
authentication flow "descriptor" beans in general-authn.xml for the flow
you're using to support that method.

-- Scott
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160729/bacdc411/attachment-0001.html>


More information about the users mailing list