Hi all,

I think this dates back to r42666. I was working on some configuration
changes and discovered that there are two different ways to skip
authentication.

1. Within the menu itself - added by Azeez I believe:

        <menu>
            <id>opprovider_menu</id>
            <i18n-key>passive.sts</i18n-key>

<i18n-bundle>org.wso2.carbon.identity.sts.passive.ui.i18n.Resources</i18n-bundle>
            <link>../passive-sts/login.jsp</link>
*            <skip-authentication>*
*                <skip-link>../passive-sts/login.jsp</skip-link>*
*                <skip-link>../passive-sts/redirect.jsp</skip-link>*
*            </skip-authentication>*
        </menu>

2. Within the Framework Configuration:

    <framework-configuration>
        <bypass>
*            <authentication>
                <link>/passivests</link>
            </authentication>*
        </bypass>
    </framework-configuration>

Some components have used both, and this is really confusing. Can we
deprecate #1 and use #2? This would also mean that we fix all occurrences
of #1.

Thanks,
Senaka.

-- 
*Senaka Fernando*
Member - Integration Technologies Management Committee;
Technical Lead; WSO2 Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando

*Lean . Enterprise . Middleware
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to