AS DS PP Message Sequence
From OpenLiberty.org Wiki
Contents |
A sample WSFMessage Sequence
This message sequence is using TLS:NULL security mechanism, meaning that there is no signing and no SAMLv2 security token being passed.
AS Request
Client sends an authorization request with an encoded username and password. This request is PLAIN auth.
Authentication Service Request Message
AS Response
Server Responds successfully with an endpoint reference for the Discovery Service.
Authentication Service Response Message
DS Request
Client queries the discovery service for a Personal Profile Service
Discovery Service Request Message
DS Response
Server responds with an endpoint reference for the Personal Profile Service
Discovery Service Response Message
PP Request
Client makes a request using XPATH query for the entire Personal Profile object
Personal Profile Request Message
PP Response
Server returns the personal profile map containing address and profile information.
