Reputation: 14540
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!
And then once I click on Azure Active Directory I see this
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
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