Update 2016-09-30-Azure-AD-Authentication-Cloud-Way.md

This commit is contained in:
Esmaeil Sarabadani 2016-09-30 10:25:18 +02:00 committed by GitHub
parent c44f2549ed
commit 3f38059111
1 changed files with 5 additions and 5 deletions

View File

@ -18,11 +18,11 @@ The answer is clearly No. You can create multiple directories and use them for d
To be able to use Azure AD you need to register your application in the target directory(ies). To register the application Azure requires the following information to be able to communicate with it:
-Application ID URI: The application identifier.
-Reply URL and Redirect URI: The location which Azure AD sends the authentication response to.
-Client ID: Application ID generated by Azure AD
-Key: Generate by Azure AD
- Application ID URI: The application identifier.
- Reply URL and Redirect URI: The location which Azure AD sends the authentication response to.
- Client ID: Application ID generated by Azure AD
- Key: Generate by Azure AD
You are then even able to set custom permissions to allow the application to access directory data and that is pretty much it.
I personally believe Azure AD is a very convenient way to authenticate our users to our applications. For any questions please do not hesitate to contact me.