Tools, FAQ, Tutorials:
Application ID Settings on Azure AD
What settings are associated an application ID on Azure AD?
✍: FYIcenter.com
Once you Website is registered on Azure AD with an Application ID,
you can open and modify its settings described below:
1. Sign in to the Azure portal with admin permissions.
2. Go back to "Azure Active Directory > default directory > App Registrations". You see a list of application IDs.
3. Select and open "OpenID Test". You see a summary of this application ID.
4. Click "Settings" near the top. You see a list of settings displayed on the right:
Properties: Name: OpenID Test Object ID: xxxxxx Application ID: xxxxxx App ID URI: ... Home page URL: http://dev.fyicenter.com Logout URL: xxxxxx Reply URLs: http://dev.fyicenter.com/openID_receiver.php Owners: Required permissions: Keys:
You can change settings if you want. For example, you can add a "Reply URLs" like http://dev.fyicenter.com/openID_receiver, which will be used in the user sign-on authentication request. When the user finishes the sign-on process, Azure AD will return the authentication response to this URL.
Â
⇒ Azure AD App Registrations (Preview)
⇠Get Application ID from Azure AD
⇑ Integration with Azure Active Directory
⇑⇑ OpenID Tutorials
2022-05-05, 816👍, 0💬
Popular Posts:
Where to find tutorials on EPUB file format? I want to know how to create EPUB books. Here is a larg...
Where to find tutorials on how to work with MySQL Database in PHP? A collection of tutorials to answ...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...