claims based identity - When is the relyingpartytrustid set by ADFS? -


i had couple of "acceptance transform rules" defined ad stopped working.. looks relyingpartytrustid-claim (http://schemas.microsoft.com/2012/01/requestcontext/claims/relyingpartytrustid) don't exist in "acceptance transform rules"-step in adfs (2012 r2) pipeline anymore. strange thing there before, can't see until next step in adfs claimstransformation pipeline (issuance transform rules relying parties).

does know when relyingpartytrustid-claim issued adfs? can't find information on how/when these claims issued.

claim-rule worked before , stopped working:

c:[type == "http://schemas.microsoft.com/2012/01/requestcontext/claims/relyingpartytrustid"]  => add(store = "customattributestore", types = ("http://domain.no/context/fmapplicationid", "http://domain.no/context/adfsapplicationid", "http://domain.no/context/customproperty"), query = "getapplicationattributes#fmapplicationid,adfsapplicationid,customproperty", param = c.value); 

the following rule results in "temp" beeing issued if rule placed under "acceptance transform rules", not when placed under "issuance transform rules"

not exists([type == "http://schemas.microsoft.com/2012/01/requestcontext/claims/relyingpartytrustid"]) => issue(type = "http://domain.no/temp", value = "dontexist"); 

the claim http://schemas.microsoft.com/2012/01/requestcontext/claims/relyingpartytrustid part of request context provided web application proxy ad fs during authentication of external users.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -