views:

10

answers:

1

Hi,

I have the following:

  1. A website ASP.Net application acting as an Identity Provider (IDP STS)
  2. Federation Provider (FP STS)
  3. 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,

A: 

The FP should provide the claims you need, wither by trasnforming the claims it gets from the IdP or by adding any missing ones.

In the classic setting, the FP knows about all the claims needed by the RPs that trust in it.

Is anything preventing you from getting those?

Eugenio Pace

related questions