Skip to content
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

Tenanted Passthrough Is Going to be Disabled for Azure PowerShell #26885

Open
msJinLei opened this issue Dec 17, 2024 · 0 comments
Open

Tenanted Passthrough Is Going to be Disabled for Azure PowerShell #26885

msJinLei opened this issue Dec 17, 2024 · 0 comments

Comments

@msJinLei
Copy link
Contributor

msJinLei commented Dec 17, 2024

Annoucement

To enhance security, Azure PowerShell is going to block users from other organizations or personal Microsoft accounts (consumers) from signing in with Azure PowerShell to tenants where they aren't invited as guests.

Note

This change affects all Azure PowerShell versions.

If you attempt to sign in to a tenant where you aren't invited as a guest, you see the following error message in your web browser:

Selected user account does not exist in tenant '$YourTenantName' and cannot access the application '00000000-0000-0000-0000-000000000000(Microsoft Azure PowerShell)' in that tenant. The account needs to be added as an external user in the tenant first. Please use a different account.

To sign in to a tenant, ensure the user is either:

  • A member of the tenant
  • A guest invited to the tenant

Check whether you are the member of a tenant

If your username is [email protected] and the tenant ID is $tenantId, run the following commands:

Connect-AzAccount -AccountId [email protected]
Get-AzTenant

When you retrieve the list of tenants, determine if $tenantId is included. If not, or if the list is empty, contact the tenant administrator to request an invitation.

Invite a guest member

As a tenant member, you can invite a guest member . The guest user receives an email invitation to join the tenant. Once the invitation is accepted, they're added as a guest user and gain access to the tenant's resources.

Please leave a comment if your use case are blocked by the changes and we will provide the proposal to unblock it.

@msJinLei msJinLei added needs-triage This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Dec 17, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label Dec 17, 2024
@msJinLei msJinLei changed the title Tenanted passthrough Is Going to be Disabled for Azure PowerShell Tenanted Passthrough Is Going to be Disabled for Azure PowerShell Dec 17, 2024
@msJinLei msJinLei removed the question The issue doesn't require a change to the product in order to be resolved. Most issues start as that label Dec 17, 2024
@isra-fel isra-fel pinned this issue Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant