0
votes

I used azure active directory for the bot authentication in microsoft bot emulator. While login with bot it allow only the users who had the azure account but for other users who does not have azure account it shows The account needs to be added as an external user in the tenant first. Sign out and sign in again with a different Azure Active Directory user account.

Please help me how to login with azure active directory for the guest users also.

1
Take a look. Feel free to share if you have any more query. ThanksMd Farid Uddin Kiron

1 Answers

1
votes

You have to add the guest user on your tenant. Once you add guest user email then that user can login. To do that see the below step.

Step: 1

Go Azure active Directory tenant. then Users. click on All users On the top of the list you will see the New guest user option click on that. See the screen shot below:

enter image description here

Step:2

Once you click on New guest user new guest user invitation page will be come up. Enter the email the guest user you wanted to add. See the picture below

enter image description here.

Check the email where the invitation sent and click on the the link given. It will redirect to the guest user login page.

Note You need to have guest user add/Invitation credential for that on azure active directory tenant. For more information you could refer here. Adding user with out invitation take a look here

If you have any more concern feel free to share here in comment. Thank you and happy coding!