15

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

The organisation is not connected to Azure Active Directory as suggested in Invited user Azure Devops project but they are unable to access it.

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

Laurel
  • 5,965
  • 14
  • 31
  • 57
hshm
  • 153
  • 1
  • 1
  • 5
  • Did you ask the user if while clicking the link it was previously logged already with some credentials to the Azure account? – Luke Duda Jun 05 '20 at 10:48
  • I did ask but they were adamant they used one account. Anyways it's working now by using an incognito browser but thank you for your reply. – hshm Jun 06 '20 at 09:33

5 Answers5

25

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

Hugh Lin
  • 17,829
  • 2
  • 21
  • 25
4

You can clear browser cache ctrl + shift + R

Gnyasha
  • 658
  • 11
  • 19
  • That worked for me. The big problem is that when I refresh the org page sometimes it shows 401, sometimes it shows the correct page, but I believe this is temporarily as I just joined this new organization... – Catalin Pirvu Jun 20 '22 at 12:49
2

Go to this link trouble shooting and there will be visual studio signout option and signout from there page pic

And you will be directed to azure.dev page where there will be two sign in options(one on the top right and other in the body. First sign in from top one and then from the one in the body(you will be redirected to previous page after signing up first one) and then you are good to go.

Even then if you are getting the same issue then try in incognito. It should work

0

What worked for me (on Chrome) was:

  1. First sign out of Azure DevOps
  2. Then close all Azure DevOp tabs
  3. Quit the browser application completely (i.e., actually right-clicking on the browser icon and clicking "quit"--not just closing all tabs)
  4. Start the browser application back up
  5. Try clicking on the email link again

I assume quitting of the browser application here accomplishes the same thing that clearing the cache might do. I'll add that I didn't have any other browsers open--I was only using Chrome. If you have multiple browsers open, you should quit all of them too.

Dennis
  • 111
  • 6
-1

This problem is fixed once you clear browser cache ctrl + shift + R

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103
Luqman Cheema
  • 409
  • 6
  • 5