Hi Jorge,

It is not only the priority parameter which is considered when deciding
which authenticator to use.

- It will check whether that authenticator is disabled.

- Then it will check whether the given authentication request can be
handled by this authenticator. For example, the default authenticator
requires the username/password present as request parameters which are
entered by the user through the login screen of the mgt-console.

- Then it will pick the authenticator with the highest priority which
satisfies the above two requirements.

Hope this helps.

Thanks,
Thilina

2011/12/12 Jorge Infante Osorio <jorg...@uci.cu>

> Hi folks.****
>
> ** **
>
> In this configuration the TokenUIAuthenticator have priority over
> SAML2SSOAuthenticator?****
>
> ** **
>
> I try to access to carbon server using TokenUIAuthenticator, priority 5
> over SSO 4, but always redirect me to https://127.0.0.1:9444/samlsso.****
>
> ** **
>
> <Authenticators xmlns="http://wso2.org/projects/carbon/authenticators.xml
> ">****
>
>     <!-- Authenticator Configurations for TokenUIAuthenticator -->****
>
>     <Authenticator name=" TokenUIAuthenticator " disabled="true">****
>
> *        <Priority>5</Priority>*
>
>     </Authenticator>****
>
> ** **
>
>     <!-- Authenticator Configurations for SAML2SSOAuthenticator -->****
>
>     <Authenticator name="SAML2SSOAuthenticator">****
>
> *        <Priority>4</Priority>*
>
>         <Config>****
>
>             <Parameter name="LoginPage">/carbon/admin/login.jsp</Parameter>
> ****
>
>             <Parameter name="ServiceProviderID">AScarbonServer</Parameter>
> ****
>
>             <Parameter name="IdentityProviderSSOServiceURL">
> https://127.0.0.1:9444/samlsso</Parameter>****
>
>         </Config>****
>
>     </Authenticator>****
>
> </Authenticators>****
>
> ** **
>
> ** **
>
> ** **
>
> Saludos,****
>
> Ing. Jorge Infante Osorio.****
>
> J´Dpto Soluciones SOA.****
>
> CDAE.****
>
> Fac. 5.****
>
> UCI.****
>
> ** **
>
>   <http://www.antiterroristas.cu/>
>
>
> _______________________________________________
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Thilina Buddhika
Associate Technical Lead
WSO2 Inc. ; http://wso2.com
lean . enterprise . middleware

phone : +94 77 44 88 727
blog : http://blog.thilinamb.com
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to