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

Add a label to skip common consumer validation #2144

Closed fadidurah closed 1 year ago

fadidurah commented 1 year ago

Add a label to skip consumer validation.

The label is named Skip-Consumers-Check, and should only be used when creating PRs that purposefully break common consumers, and must be accompanied by Respective PRs in the other repos to address the breaks. It would be impossible to make this check required without a mechanism like this to enable bypassing it in the scenario outlined above.

fadidurah commented 1 year ago

perhaps rename the variable name (?) to "skipConsumerValidation" (instead of just skipValidation)

Sure I can do that