Posted On October 20, 2020

ADFS: Adding a Relying Party Trust

kimconnect 0 comments
blog.KimConnect.com >> Windows >> ADFS: Adding a Relying Party Trust

The following instructions assume the task of creating a authentication endpoint to allow external users to authenticate toward Active directory. ADFS can also be utilized as an Saml endpoint, and that is out of scope of this simple walk-through.

Run AD FS Management Console > right-click Relying Party Trust > Add Relying Party Trust > left the default ‘claims aware’ option as-is > Start

Toggle the option to ‘enter data about the relying party manually’ > Next

input a display name > Next > Next > input the URL to the relying party trust > Next > Next > Next > Close

Right-click the newly created IFD > Edit Claim Issurance Policy > Next

Input rule name and LDAP attributes > Select ‘Active Directory’ as Attribute store > set Given-Name as Name, User-Principle-Name as UPN > click Finish

 


Alternative path: Importing the federation metadata published online or local network…

Input a display name such as support.kimconnect.com > Next > Left default option to ‘permit everyone’ as-is > Next > Next > leave the check-mark next to ‘Configure claims issuance policy for this application’ toggled > Close

 

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Increase the Disk Timeout On Windows Servers

Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\disk]"TimeOutValue"=dword:0000003cChange timeout value to 10 minutes:"TimeOutValue"=dword:00000258

How to Expand a Windows NTFS Volume as a LUN of HPe Nimble Storage

1. Take volume off synchronous mode - Pre-emptively avoid this error: "Failed to update the…

Windows Event ID 2017: Unable to collect NUMA physical memory utilization data

Issue: Log Name: ApplicationSource: Microsoft-Windows-PerfOSDate: 9/12/2018 7:47:38 AMEvent ID: 2017Task Category: NoneLevel: WarningKeywords: ClassicUser: N/AComputer:…