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

Update LabAuthenticationHelper to use LabAppSecret #2383

Closed iamgusain closed 6 months ago

iamgusain commented 6 months ago

What

Updating LabAuthenticationHelper to use LabAppSecret directly instead of depending on keyvaultsecret.

Related: https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2376

Why

We are moving the steps to call labapi in our test libs from AutomationRunnerApp Cred --> AutomatoinRunnerApp AT --> MSIDLAB app Creds --> MSIDLAB app AT --> LabApi

to MSIDLAB app Creds --> MSIDLAB app AT --> LabApi