Hi,
I have the following:
- A website ASP.Net application acting as an Identity Provider (IDP STS)
- Federation Provider (FP STS)
- A Resource ASP.NET MVC WebSite acting as (RP)
when trying to access a Resource in RP, it goes thru the FP STS and gets redirected to IDP STS. User puts their credentials and upon validity of that, IDP provides some claims that are passed to FP STS and then sent back to RP. on the RP side, claims are received and resource is proivded. How do i make additional claim requests from RP?
Any suggestions or direction would be great! Thank you,