-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[Identity] Adding AdditionallyAllowedTenants to constrain multi-tenant auth #31037
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
schaabs
merged 43 commits into
Azure:hotfix/identity/1.6.1
from
schaabs:feature/additionaltenants
Sep 14, 2022
Merged
[Identity] Adding AdditionallyAllowedTenants to constrain multi-tenant auth #31037
schaabs
merged 43 commits into
Azure:hotfix/identity/1.6.1
from
schaabs:feature/additionaltenants
Sep 14, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
|
API change check APIView has identified API level changes in this PR and created following API reviews. |
christothes
reviewed
Sep 12, 2022
sdk/identity/Azure.Identity/src/Credentials/DefaultAzureCredentialOptions.cs
Show resolved
Hide resolved
heaths
approved these changes
Sep 12, 2022
sdk/identity/Azure.Identity/tests/AuthorizationCodeCredentialTests.cs
Outdated
Show resolved
Hide resolved
sdk/identity/Azure.Identity/tests/samples/BreakingChangesSnippets.cs
Outdated
Show resolved
Hide resolved
christothes
reviewed
Sep 12, 2022
sdk/identity/Azure.Identity/src/Credentials/AuthorizationCodeCredentialOptions.cs
Outdated
Show resolved
Hide resolved
sdk/identity/Azure.Identity/tests/DefaultAzureCredentialTests.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Heath Stewart <[email protected]>
Co-authored-by: Heath Stewart <[email protected]>
…redentialOptions.cs Co-authored-by: Christopher Scott <[email protected]>
Co-authored-by: Christopher Scott <[email protected]>
scottaddie
reviewed
Sep 13, 2022
sdk/identity/Azure.Identity/src/Credentials/ClientAssertionCredentialOptions.cs
Outdated
Show resolved
Hide resolved
sdk/identity/Azure.Identity/src/Credentials/AzurePowerShellCredentialOptions.cs
Outdated
Show resolved
Hide resolved
sdk/identity/Azure.Identity/src/Credentials/AzurePowerShellCredentialOptions.cs
Outdated
Show resolved
Hide resolved
sdk/identity/Azure.Identity/src/Credentials/AzureCliCredentialOptions.cs
Outdated
Show resolved
Hide resolved
…tialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…dentialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…dentialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…dentialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…Options.cs Co-authored-by: Scott Addie <[email protected]>
Co-authored-by: Scott Addie <[email protected]>
…tialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…edentialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…edentialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…ions.cs Co-authored-by: Scott Addie <[email protected]>
…edentialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…alOptions.cs Co-authored-by: Scott Addie <[email protected]>
…CredentialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…alOptions.cs Co-authored-by: Scott Addie <[email protected]>
…tialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…tialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…tialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…tialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…redentialOptions.cs Co-authored-by: Scott Addie <[email protected]>
…s/azure-sdk-for-net into feature/additionaltenants
christothes
approved these changes
Sep 14, 2022
sdk/identity/Azure.Identity/src/Credentials/DefaultAzureCredentialOptions.cs
Show resolved
Hide resolved
heaths
reviewed
Sep 14, 2022
3 tasks
schaabs
added a commit
that referenced
this pull request
Sep 20, 2022
* [Identity] Adding AdditionallyAllowedTenants to constrain multi-tenant auth (#31037) * [Identity] Adding AdditionallyAllowedTenants to constrain multi-tenant auth * updating API spec * adding dev-time credentials * adding user-auth credentials * refactor additional tenants to base options * adding default and environment credentials * update/add tests * update API spec * update changelog and breaking_changes * update assembly version * Update sdk/identity/Azure.Identity/CHANGELOG.md Co-authored-by: Heath Stewart <[email protected]> * Update sdk/identity/Azure.Identity/CHANGELOG.md Co-authored-by: Heath Stewart <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/AuthorizationCodeCredentialOptions.cs Co-authored-by: Christopher Scott <[email protected]> * Update sdk/identity/Azure.Identity/src/TenantIdResolver.cs Co-authored-by: Christopher Scott <[email protected]> * Update sdk/identity/Azure.Identity/CHANGELOG.md Co-authored-by: Heath Stewart <[email protected]> * fb * fb * fb * fb * fb * Update sdk/identity/Azure.Identity/src/Credentials/VisualStudioCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/ClientAssertionCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/AzurePowerShellCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/AzurePowerShellCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/AzureCliCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/CHANGELOG.md Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/VisualStudioCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/VisualStudioCodeCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/VisualStudioCodeCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/TokenCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/UsernamePasswordCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/OnBehalfOfCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/InteractiveBrowserCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/DeviceCodeCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/DefaultAzureCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/DefaultAzureCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/DefaultAzureCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/ClientSecretCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/ClientCertificateCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * updating troubleshooting.md * update snippets * undo snippet indent Co-authored-by: Heath Stewart <[email protected]> Co-authored-by: Christopher Scott <[email protected]> Co-authored-by: Scott Addie <[email protected]> * [Identity] Updating scope validation (#31154) * Identity Updating docs for 1.7.0 release (#31251) * Identity Updating docs for 1.7.0 release * update release date * re-add DAC devcred timeout test coverage * fix formatting issues introduced by merge * update api spec Co-authored-by: Heath Stewart <[email protected]> Co-authored-by: Christopher Scott <[email protected]> Co-authored-by: Scott Addie <[email protected]>
sofiar-msft
pushed a commit
to sofiar-msft/azure-sdk-for-net
that referenced
this pull request
Dec 7, 2022
…1258) * [Identity] Adding AdditionallyAllowedTenants to constrain multi-tenant auth (Azure#31037) * [Identity] Adding AdditionallyAllowedTenants to constrain multi-tenant auth * updating API spec * adding dev-time credentials * adding user-auth credentials * refactor additional tenants to base options * adding default and environment credentials * update/add tests * update API spec * update changelog and breaking_changes * update assembly version * Update sdk/identity/Azure.Identity/CHANGELOG.md Co-authored-by: Heath Stewart <[email protected]> * Update sdk/identity/Azure.Identity/CHANGELOG.md Co-authored-by: Heath Stewart <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/AuthorizationCodeCredentialOptions.cs Co-authored-by: Christopher Scott <[email protected]> * Update sdk/identity/Azure.Identity/src/TenantIdResolver.cs Co-authored-by: Christopher Scott <[email protected]> * Update sdk/identity/Azure.Identity/CHANGELOG.md Co-authored-by: Heath Stewart <[email protected]> * fb * fb * fb * fb * fb * Update sdk/identity/Azure.Identity/src/Credentials/VisualStudioCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/ClientAssertionCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/AzurePowerShellCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/AzurePowerShellCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/AzureCliCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/CHANGELOG.md Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/VisualStudioCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/VisualStudioCodeCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/VisualStudioCodeCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/TokenCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/UsernamePasswordCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/OnBehalfOfCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/InteractiveBrowserCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/DeviceCodeCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/DefaultAzureCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/DefaultAzureCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/DefaultAzureCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/ClientSecretCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * Update sdk/identity/Azure.Identity/src/Credentials/ClientCertificateCredentialOptions.cs Co-authored-by: Scott Addie <[email protected]> * updating troubleshooting.md * update snippets * undo snippet indent Co-authored-by: Heath Stewart <[email protected]> Co-authored-by: Christopher Scott <[email protected]> Co-authored-by: Scott Addie <[email protected]> * [Identity] Updating scope validation (Azure#31154) * Identity Updating docs for 1.7.0 release (Azure#31251) * Identity Updating docs for 1.7.0 release * update release date * re-add DAC devcred timeout test coverage * fix formatting issues introduced by merge * update api spec Co-authored-by: Heath Stewart <[email protected]> Co-authored-by: Christopher Scott <[email protected]> Co-authored-by: Scott Addie <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.