RE: Re: Re: RE: [saml-dev] how service provider authenticate assertion

From
Scott Cantor <>
Date
2008-05-22T15:05:08+00:00
ID
032f01c8bc1d$3430dc70$9c929550$@
Thread
RE: Re: Re: RE: [saml-dev] how service provider authenticate assertion
> I think <Audience> element can't solve the problem what I said.<Audience>
> element express who is the consumer of assertion.Now suppose there are two
> audience A and B in a SSO scenario.User Agent pushes its assertion to SP A
> firstly.At this time, A can impersonate user agent to access SP B.the
> <Audience> element of the assertion include B.

Which is why it doesn't include B. SSO assertions are issued to a single SP
and have many other constraints on their use inside SubjectConfirmationData.
They're not issued for reuse across more than one. You need to read the
profile again.

You can also find security analyses of SAML around the net, not to mention
the SAML security considerations document.
 
-- Scott