FormidableLabs / react-native-app-auth

React native bridge for AppAuth - an SDK for communicating with OAuth2 providers
https://commerce.nearform.com/open-source/react-native-app-auth
MIT License
1.96k stars 438 forks source link

B2C: Share the session between the two policies(SignIn, Change Password) #953

Open srithar21 opened 3 months ago

srithar21 commented 3 months ago

Issue

Hi All,

I am using the Azure B2C for the authentication, I have a use case about to login with signin policy and that session needs to pass in the change password policy when user trying to updating the password.

As of now, when opening the change password policy, getting the SSO does not exist issue.

So, I need to know how I can pass the sign in policy session to change password policy in this library.


Environment