Hi Hanen, You can use request path authentication for your requirement. After configuring the SAML SSO inbound authentication, you'll have to configure basic auth request path authenticator as mentioned in [1] (You'll only have to configure 'Request Path Authentication Configuration' as mentioned in point 6). Once the configurations are done, the user credentials can be sent as a request parameter along with the SAML request. The request parameter should be in the format of sectoken=Base64encoded(username:password)
ex: sectoken=YWRtaW46YWRtaW4= [1] - https://docs.wso2.com/display/IS530/Try+Request+Path+Authentication Regards, Omindu. On Tue, Feb 7, 2017 at 4:24 PM, Hanen Ben Rhouma <[email protected]> wrote: > Hi guys, > > Is it possible to authenticate users through a different approach from the > form-based one, means can we escape the login page offered by WSO2 IS and > pass the login/password from another web application directly to the IdP? > > > Regards, > Hanen > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Omindu Rathnaweera Software Engineer, WSO2 Inc. Mobile: +94 771 197 211
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
