Hi,
Where can i check the issuer name in ACS ? is it the display name ? or must i use the object model to do the federation ?
The issue rname should be "htps://localhost:21443/" or PassiveSigninSTS ? . i debug the request and the issuername was PassiveSigninSTS .
web.config
<add key="IssuerName" value="PassiveSigninSTS">
FederationMetadata.xml
<EntityDescriptor ID="_8bc5c36b-f416-47ee-a7d2-c21b134fbd16" entityID="https://localhost:21443/" xmlns="urn:oasis:names:tc:SAML:2.0:metadata" >
The certificate i m using in the one that comes with wif sdk , is there any problem with this
TC
he didn't say it clearly (he said it in support-ese)
in web.config, make the issuer field "https://localhost:21443/".
Then the assertion's issuer matches the entityId published in its metadata.
I sometimes wonder if the STS projects were deliberately fouled with "educational" gotchas when interworking outside the sample - to force the student to think about the principles.