Some SAML 1 flow questions
Tom Zeller
tzeller at dragonacea.biz
Tue Feb 4 11:52:36 EST 2014
>>So, I guess my question is : should the uniqueness of the SAML 1 flow
>>be coded inside actions or somehow via Spring wiring ?
>
> Well, I think ideally we want it abstracted in the actions so that the
> message context(s) abstract away the message details into the individual
> information bits the actions need. What specifically are you looking for
> or at?
In the outbound message context :
SAMLPeerEntityContext.setEntityId()
and
SAMLEndpointContext.setEndpoint()
But it seems I should omit the latter from the SAML 1 flow since there
is no metadata, but that seems wrong.
More information about the dev
mailing list