Answered by:
Make a Web application claim aware

Question
-
How can a make my current web application(hosted on IIS or Apache) claim aware?
So that the authentication via AD attributes(for example "memberOf") is possible.
Wednesday, November 29, 2017 8:59 AM
Answers
-
You need an application (the RP) that connects up with ADFS (via “Add Relying Party Trust”).
If you have ADFS 4.0 (Server 2016) you could use OpenID Connect or for earlier versions, you could use WIF.
- Proposed as answer by Pierre Audonnet [MSFT]Microsoft employee Tuesday, December 12, 2017 3:24 PM
- Marked as answer by Pierre Audonnet [MSFT]Microsoft employee Wednesday, January 3, 2018 9:00 PM
Wednesday, November 29, 2017 5:48 PM -
You can look at http://nzpcmad.blogspot.co.nz/2017/01/asp-classic-asp-and-adfs.html.
But since this has no plumbing you can't get at the claims.
- Marked as answer by Pierre Audonnet [MSFT]Microsoft employee Wednesday, January 3, 2018 9:00 PM
Saturday, December 2, 2017 11:02 PM
All replies
-
You need an application (the RP) that connects up with ADFS (via “Add Relying Party Trust”).
If you have ADFS 4.0 (Server 2016) you could use OpenID Connect or for earlier versions, you could use WIF.
- Proposed as answer by Pierre Audonnet [MSFT]Microsoft employee Tuesday, December 12, 2017 3:24 PM
- Marked as answer by Pierre Audonnet [MSFT]Microsoft employee Wednesday, January 3, 2018 9:00 PM
Wednesday, November 29, 2017 5:48 PM -
Hi nzpcmad1!
Thanks for your reply!
I'm not a developer, so lets say I have an simple website like the default IIS website. How can I add this "web application" as Relying Party Trust to make it accessible only for certain AD Group ?
- Edited by 1.FreddyD Friday, December 1, 2017 7:12 AM
Friday, December 1, 2017 7:09 AM -
You can look at http://nzpcmad.blogspot.co.nz/2017/01/asp-classic-asp-and-adfs.html.
But since this has no plumbing you can't get at the claims.
- Marked as answer by Pierre Audonnet [MSFT]Microsoft employee Wednesday, January 3, 2018 9:00 PM
Saturday, December 2, 2017 11:02 PM -
Hello look at this as well. hope it can help to make your app claims aware
https://docs.microsoft.com/en-us/dotnet/framework/security/building-my-first-claims-aware-aspnet-web-app
Isaac Oben MCITP:EA, MCSE,MCC <a href="https://www.mcpvirtualbusinesscard.com/VBCServer/4a046848-4b33-4a28-b254-e5b01e29693e/interactivecard"> View my MCP Certifications</a>
Wednesday, December 6, 2017 6:51 AM -
Umm - it involves C# and HTML :-)
Wednesday, December 6, 2017 7:56 AM