简体   繁体   中英

Firebase SAML Login from multiple identity providers - select provider?

I'm using a SAML login via firebase angularfire (basically from here: https://medium.com/@tfalvo/single-sign-on-sso-for-your-firebase-app-with-saml-f67c71e0b4d6 ):

 let provider = new firebase.auth.SAMLAuthProvider('saml.jumpcloud-demo');
 firebase.auth().signInWithPopup(provider)

But I want to provide more than one SAML provider because I've different users, coming from different providers. Is there an opportunity to give users the chance to select the right one? Or do I've to make a SAML-login-button per provider?

Thanks!

I've been looking at this and your could route them to the correct provider based on their domain?

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