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

Added child parameters to CommandParameters for OneAuth to set them #2147

Closed somalaya closed 1 year ago

somalaya commented 1 year ago

In nested app authentication flow, broker needs to query ESTS with nested app's clientid and redirectUri. To allow OneAuth to set this, we have added child parameters to command parameters.

shahzaibj commented 1 year ago

Where would these be read in our code?

I have not made any changes to read these in our code. Nick just needs to use this PR to integrate on OneAuth side while I make changes parallely in broker read them

iamgusain commented 1 year ago

Can you add little bit more in the PR description for future context. Why we need this change.

somalaya commented 1 year ago

Where would these be read in our code?

Can you add little bit more in the PR description for future context. Why we need this change.

done