Configure SAML authentication settings in OpManager for Microsoft AD FS?
Listed below are the steps to configure SAML authentication in OpManager (SP) for Microsoft AD FS (IdP) with Single Sign-On.
- Open AD FS management and click on Add Relying Party Trust.
- Now, go to OpManager and navigate to Settings -> General Settings -> Authentication -> SAML . Download the Service Provider metadata and SP Certificate files from the links provided and copy the SP Entity ID and ACS URL.
- Go back to AD FS, click Start and choose ‘Import data about the relying party from a file’. Upload the metadata file. Click on Next.
Note: Please refer to the 7th point under configuring Microsoft Ad FS manually for the next steps.
You can also configure Microsoft ADFS manually. To do so,
- Login to ADFS management and select Add Relying Party Trust.
- Click Start and choose ‘Enter data about the relying party manually’. Click on Next.
- Go to Choose Profile and select AD FS profile. Click Next.
- Choose ‘Enable support for SAML 2.0 WebSSO protocol’ option and enter the service provider URL. Click on Next.
- Navigate to OpManager and copy the Entity ID. Go to Configure Identifiers in Microsoft AD FS and paste the Entity ID in relying party trust identifier.
- Choose the ‘ I do not want to configure multi-factor authentication settings for this relying party trust at this time’ option.Click Next.
- Select ‘Permit all users to access this relying party’ option.Click Next.
- Click on Next.
- Check the option 'Open the Edit Claim Rules dialog for this relying party trust when the wizard closes’ and select Close.
- Click on Add Rule. In the drop-down list under Claim rule template, choose Transform an Incoming Claim and click Next.
- Enter appropriate Claim rule name. Choose Windows account name as Incoming claim type. Select Name ID as Outgoing claim type. Choose Transient Identifier as Outgoing name ID format. Select Pass through all claim values. Click on Finish.
- Click on Apply and then select OK.
- The next step is to download the Federation Metadata XML file from ADFS. You can download the XML by appending: FederationMetadata/2007-06/FederationMetadata.xml to the root URL of the ADFS server. For example: If the FQDN of the ADFS server is dc.com, then the complete URL would be https://dc.com/federationmetadata/2007-06/FederationMetadata.xml
- In the OpManager web console, navigate to the Settings -> General Settings -> Authentication->SAML. Here, select the IdP as ADFS and choose the Name ID as Transient. Beside Configuration by uploading, choose Metadata and upload the Metadata XML file.
Once the configurations are done on both sides, SAML authentication via AD FS will be enabled in OpManager. In OpManager's login portal, choose to Login with AD FS and enter the necessary credentials to login.
New to ADSelfService Plus?
Related Articles
Configuring SAML authentication settings in OpManager for Azure
Listed below are the steps to configure SAML authentication in OpManager (SP) for Azure (IdP) with Single Sign-On. Login to your Azure account. Expand the menu on the left hand side, and select Azure Active Directory. Click on Enterprise ...
Configuring SAML in OpManager
There are two ways to configure SAML in OpManager. You can either do it manually by providing the necessary credentials or you can upload the metadata file directly, if available. Service provider details If you opt to configure SAML manually, you ...
Configuring SAML authentication settings in OpManager for OneLogin
Listed below are the steps to configure SAML authentication in OpManager (SP) for OneLogin (IdP) with Single Sign-On. Open OneLogin and navigate to Applications tab. Use the search bar and select SAML Custom Connector (Advanced). Open Configuration ...
Configuring SAML authentication settings in OpManager for JumpCloud
Listed below are the steps to configure SAML authentication in OpManager (SP) for JumpCloud (IdP) with Single Sign-On. Login to JumpCloud and click on SSO (under User Management) in the left side menu. Click on the 'Add' symbol, adjacent to the left ...
Configuring OAuth authentication in OpManager with Microsoft
OAuth is a secure authentication method that uses an authentication token instead of a password to connect your application to your user account. Using OAuth, resource owners can configure permissions separately for each client requesting access to ...