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

Signup for Native Auth #2229

Closed SaurabhMSFT closed 11 months ago

SaurabhMSFT commented 11 months ago

This PR includes the work for Signup 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/1949