Brokered authentication
mikep498 opened this issue · 3 comments
mikep498 commented
Hey, does the library support broker authentication through Microsoft Authenticator or is it just a WebView? Thanks
GSingh01 commented
@mikep498 The library supports AD B2C and the new version doesn't use webview instead uses expo-web-browser. If you wish to use webview, please use 1.x(obsolete now)
mikep498 commented
Hey @GSingh01, thanks for you answer. I'm looking for a broker authentication / SSO, not an interactive authentication through browser. :)
GSingh01 commented
@mikep498 The configuration lives in Azure B2C and this library should support all standard flows including SSO. More info: https://docs.microsoft.com/en-us/azure/active-directory-b2c/session-behavior?pivots=b2c-user-flow
Hope this answers it