Understanding ADFS an Introduction to ADFS - Configuration and Troubleshooting - Part 4
YouTube Viewers YouTube Viewers
26.3K subscribers
66,615 views
0

 Published On Mar 30, 2018

This is the final video in the four part series on Understanding Active Directory Federation Services (ADFS). In this video I will demonstrate the configuration and troubleshooting of ADFS as well as the installation of a simple claims-aware application on a web application server. The claims-aware application will return the passed claims from ADFS. This lab is very unique because it gives you a working and applied knowledge of ADFS.

Claims-Aware Application Download:
https://msdnshared.blob.core.windows....

PowerShell command to retrieve the thumbprint:
Get-AdfsCertificate -CertificateType Token-Signing | Select -ExpandProperty Thumbprint

PowerShell command to install the :
Add-AdfsRelyingPartyTrust -Name "Sample Claims Aware Application" -IssuanceAuthorizationRulesFile c:\IssuanceAuthorizationRules.txt -IssuanceTransformRulesFile c:\IssuanceTransformRules.txt -MetadataUrl https://server3.contoso.com/sampapp/f...

0:10 Introduction
0:30 Installation of the claims-aware application
1:50 Modifying the SampApp for the lab.
6:10 Setting up the relying party trust on the ADFS server.
7:50 Examining and troubleshooting the relying party trust in ADFS.
9:30 Configuration of the claims-aware application on the IIS server.
11:09 Testing the claims-aware application to display the returned claim.
11:35 Troubleshooting of the ADFS authentication for claims.
14:35 Understanding the process of ADFS and the role of the claim.
15:14 Creating and viewing a brand new user.

show more

Share/Embed