commit
34ffea58ed
|
@ -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.
|
Loading…
Reference in a new issue