Azure-Samples / active-directory-b2c-android-native-appauth

Demonstrates how you can use a third party library to build an Android application that authenticates Microsoft identity users to our B2C identity service and calls a web API using OAuth 2.0 access tokens.
http://aka.ms/aadb2c
Other
20 stars 12 forks source link

How to use the Forgot password flow with sign in policy? #7

Open nipunsharma opened 5 years ago

nipunsharma commented 5 years ago

In the current app, we're using the signin and forgot password policies. Everything is working fine with sing in the policy. However, when we try to use the forgot password policy, we're having an issue with retrieving the updated AuthorizationServiceConfiguration for forgot password policy. Can someone please help us here to fetch the AuthorizationServiceConfiguration for forgot password when you tap the link the forgot password link from the b2c signin page.

Many Thanks Nipun