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

Bring back NAA allow listed redirects #2277

Closed somalaya closed 9 months ago

somalaya commented 9 months ago

NAA tests started failing recently because of a change in isValidCallingApp method. We have removed the allow listed urls in this PR https://github.com/AzureAD/microsoft-authentication-library-common-for-android/pull/2250 and added a generic bypassRedirectURI flag. But this flag cannot be used when tests run in monthly pipeline. Hence bringing back the allow listed redirects specifically for NAA tests