Hi Roberto, You may be able to use following script snippet to read the authnContextClassRef sent by your application (SP) at the adaptive authentication. The you can make the decision based on that.
var authnContextClassRef = context.requestedAcr Cheers, Ruwan On Tue, Jan 15, 2019 at 4:43 PM roberto palmarin <[email protected]> wrote: > Hi everyone, > I have a shibboleth service provider where a path is to protect with user > and password and a path is to protect with client certificate. > > On the SP side, I have the possibility to modify the different > authnContextClassRef parameter for the two folders. > IdP side how and what should I configure? I tried to use ws02 adaptive > authentication but I can not read these parameters. can someone help me? > > Thank's > Roberto > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
