简体   繁体   中英

WSO2 SSO with SAML 2 - Front End React.js (REDUX), SPRINGBOOT backend

I need to integrate a client application written with react and redux (spring boot backend) with WSO2 Single Sign-On (SAML 2.0) IDP

Do I need to make use of few node.js based packages such as "passport-saml" etc to achieve single sign-on with wso2 IDP ?

Appreciate if you could share your thoughts/expertise/any reference links.

Thanks.

You can use OpenSAML (no longer maintained though) or a similar Java SAML assertion library for this.

Passport-js is specifically designed to work with nodejs. One way u could make use of passportJs is by implementing the authentication and authorization business logic of the application as a NodeJs based micro-service. AFAIK WSO2 IS works perfectly with passport-js.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM