Perfion does not provide support on how to setup Active Directory on Windows Server or in Azure.
Windows AD
If you already have an AD FS server just skip the firsts steps and go to the section Add Application registration below.
Install AD FS
Go to your server where you want to install AD FS, requires minimum AD FS 4.0
Best practice is not to add AD FS to our domain control server.
Then go to Add Roles and Features Wizard press next and select Role-based or feature-based installation and press next
Now select the server you want to install AD FS on – probably you will only see the server you are on.
Then select Active Directory Federation Services
Then finish the installation
Configure AD FS
After installing AD FS you need to configure AD FS by pressing the flag with the warning icon you can select Configure the federation service on this server
Select user to connect to Domain Services.
Select SSL certificate for AD FS, service name and display name (is shown when users authenticate against AD)
Specify domain user account or group Managed Service Account.
Specify database for AD FS configuration.
Then finish the configuration
Add Application registration
Go to AD FS Management to add Application registration.
Change Primary Authentication Methods to Forms Authentication
Go to Application Groups and Add Application Group.
Name your AD FS Application – probably name it something with Perfion to know where the application is used.
Select Native application accessing a web API.
Client Identifier is automatic created but possible to select your own(used in Perfion Settings).
Add http://localhost:80 to Redirect URI – If using Web Client you need to add URI to Web Client in Redirect URI:
Under configuration off Web API add Client Identifier from previous step to Identifier
Then finish the creation off the application.
If the client returns “Sequence contains no matching element” then you may need to change Permitted scopes to allatclaims.
Add Issuance Transform Rule to send the needed claims to Perfion.
Use Send LDAP Attributes as Claims template.
Use Active Directory store and create following mappings:
| Display-Name | Name |
| E-Mail-Addresses | UPN |
| Token-Groups – Unqualified Names | Role |
Now you are ready to use AD FS in Perfion.
Comments
0 comments
Please sign in to leave a comment.