Microsoft AD FS
This guide shows how to set-up Active Directory Federation Services as an identity provider
Last updated
This guide shows how to set-up Active Directory Federation Services as an identity provider
Last updated
The AD FS 2016 should be set up and configured. But it should work with AD FS 2012 R2
To create application group for Aidbox:
Open AD FS Management console
Open the Application Groups item in the left sidebar
Press the Add Application Group
button in the right sidebar
On the Welcome page of the Wizard
Define the name of the application
Provide the description
Chose the Server application
type
Press the Next button
Copy the Client Identifier. We will use it later during the IdentityProvider resource creation
Add the redirect_uri
and press the Add button. Redirect uri should look like this https://aidbox.example.com/auth/callback/adfs
Press the Next button
Check the Generate a shared secret checkbox
Copy generated secret. We will use it later during the IdentityProvider resource creation
Press the Next button
Review the summary
Press the Next button
Press the Close button
To create IdentityProvider in Aidbox use REST Console
To login to Aidbox with AD FS:
Open Aidbox front-page
Press the Login with AD FS on Prem
Enter your domain credentials in AD FS login page
Then user is redirected back to Aidbox, and Aidbox logs user in.