Tools, FAQ, Tutorials:
Register Azure AD Application in Azure AD B2C
How to register my application as an Azure AD application in my Azure AD B2C account?
✍: FYIcenter.com
If you want to register an application as an Azure AD application
in your Azure AD B2C account, your application should be:
Steps to register an application as an Azure AD application in your Azure AD B2C account are:
1. Sign in to the Azure portal with admin permissions.
2. Click "Azure Active Directory" from the left menu. And select one directory, if you have multiples.
3. Click "App Registrations" and click "New application registration".
4. Follow the prompts and create a new application. Enter a name like "OpenID Test".
5. Provide the Sign-On URL, which is the URL of your Website like http://dev.fyicenter.com.
6. Once you've completed registration, Azure AD will assign your application a unique client identifier, the Application ID, in UUID format like bd51d56c-e744-4a58-91e1-9afd0d7e821c.
The following diagram shows you how to register
and obtain an application ID from Azure AD service:
Â
⇒ Azure AD Application Integration in Azure AD B2C
⇠User Sources in Azure AD B2C
⇑⇑ OpenID Tutorials
2019-03-20, 1018👍, 0💬
Popular Posts:
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
How to login to Azure API Management Publisher Portal 2017 version? If you have given access permiss...
How to add images to my EPUB books Images can be added into book content using the XHTML "img" eleme...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...