Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure DevOps '401 - Uh-oh, you do not have access' Invited User

I created my first organization and invited a user to it. They receive the email invitation and appear as a member of the organisation and project. However, they when they click join in the email invitation they are denied access.

The organisation is not connected to Azure Active Directory as suggested in this thread.

We have also tried troubleshooting connectivity as outlined by Microsoft docs.

like image 637
hshm Avatar asked Jun 04 '20 19:06

hshm


2 Answers

You can try to create a new incognito window and sign in to your organization : https://dev.azure.com/{organizationName} with the invited account in this incognito window.

This is because when the user clicked the email invitation, this will automatically jump to the browser to use the default account cached by the browser to log in to the organization, and this default account could not be the invited account.

enter image description here

like image 175
Hugh Lin Avatar answered Sep 16 '22 12:09

Hugh Lin


You can clear browser cache ctrl + shift + R

like image 28
Gnyasha Avatar answered Sep 19 '22 12:09

Gnyasha