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

Implement new Temp User Creation and reset APIs #2421

Closed fadidurah closed 4 months ago

fadidurah commented 4 months ago

Recently the TempUserCreation functionality of labs api was flagged for deletion due to security concerns. I've collaborated with Gladwin, along with OneAuth and iOS teams, to help implement a new API to replace our usage of the original api for temp user creation. This PR includes changes to implement the new API into our testing libraries.

fadidurah commented 4 months ago

@iamgusain @shahzaibj @p3dr0rv Thanks for the reviews. Some of these solutions are temporary as an unblocker for the release, My main issue at the moment is the codes being passed for each api function, I'm looking for a better way to do this, but unsure what can be done...