AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Password reset for Native Auth #2230

Closed SaurabhMSFT closed 11 months ago

SaurabhMSFT commented 11 months ago

This PR includes the work for self service password reset related features of Native Auth. No new dependencies have been added as part of this PR.

A technical overview of Native Auth is available at https://dev.azure.com/IdentityDivision/DevEx/_git/AuthLibrariesApiReview?path=/%5BAndroid%5D%20Native%20authentication/technical_overview.md&version=GBsammy/native-authentication&_a=preview

A companion PR in MSAL is https://github.com/AzureAD/microsoft-authentication-library-for-android/pull/1950

fadidurah commented 11 months ago

Looks like this one is outdated, needs to pull in sign in pr as i see a lot of sign in files here. Can we update this branch, then i can take a look

SaurabhMSFT commented 11 months ago

This PR has been updated.