chuckd
chuckd

Reputation: 14540

Trying to create a temp username password for Azure website using Azure Active Directory

I've published a site to a Azure url and now I want to create a login page where a user has to enter in a username and password to get to the site. I don't want to use Facebook or another service. I just want a simple username/password I can distribute to the person I want to show the site too.

So, in App Services I select Authentication / Authorization, but I'm not sure what I have to do with the 'corresponding SSL bindings' I don't have any custom domains yet!

enter image description here

And then once I click on Azure Active Directory I see this

enter image description here

but now where do I enter in a username / password ? I'm a little confused as to what I need to do to proceed! Clicking on both manage application and manage permissions doesn't seem to take me to any page to create a temp username / password.

Upvotes: 1

Views: 234

Answers (2)

akb
akb

Reputation: 128

You can add the user in Azure Active Directory. use Create User and that user will be able to login to your website

Upvotes: 0

Jim Xu
Jim Xu

Reputation: 23111

If you configure your Azure web app to use Azure Active Directory login, only the user in your Azure AD tenant can login your web app. For more details, please refer to the official document. Regarding how to add user in Azure AD, please refer to the document.

Upvotes: 0

Related Questions