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

Initial dependencies for passkey work #2127

Closed melissaahn closed 1 year ago

melissaahn commented 1 year ago

Summary

This brings in the necessary dependencies (that I know of so far) into the common build.gradle, along with a few other changes.

I was able to make some test calls with CredMan to create a demo passkey and sign a challenge with the passkey.

melissaahn commented 1 year ago

Based on Dome's suggestion, I think it would be best to close this PR for now and wait for the kotlin and gradle PRs to be created/merged in first. I'll then create a set of PRs for all libraries + android-complete that updates with the passkey dependencies.