Update 2016-09-30-Azure-AD-Authentication-Cloud-Way.md
This commit is contained in:
parent
c44f2549ed
commit
3f38059111
|
@ -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:
|
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.
|
- Application ID URI: The application identifier.
|
||||||
-Reply URL and Redirect URI: The location which Azure AD sends the authentication response to.
|
- Reply URL and Redirect URI: The location which Azure AD sends the authentication response to.
|
||||||
-Client ID: Application ID generated by Azure AD
|
- Client ID: Application ID generated by Azure AD
|
||||||
-Key: Generate 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.
|
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.
|
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.
|
||||||
|
|
Loading…
Reference in a new issue