New Claims Demo app
I updated the sample claims app for quickly troubleshooting a user's SAML claims. Click on the "Claims" tab to get authenticated against the configured Identity Provider. This version uses the latest OWIN library and .Net 4.52.
Prerequisites
Install-WindowsFeature NET-Framework-45-Core, NET-Framework-45-ASPNET, Web-Asp-Net45, Web-Net-Ext45
web.config
Update the appSetting section with the correct ADFS Federation Metadata XML endpoint and Relying Party ID
ADFS Config
Create a Relying Party with the Relying Party ID matching the wtrealm setting in the web.config.
Update the return URL to reflect the URL of the application
Add an Issuance Transformation Rule with the following syntax:
C:[]
=> issue(claim = c);
Additional configuration may be required on WAP server if this application will be accessed on the extranet
This post has been moved here: https://paulwu108883359.wordpress.com/2018/10/03/claims-demo-app/
[bing_translator]