Sun OpenSSO Enterprise 8.0 Technical Overview

Web Services Stack Process

Figure 12–3 provides a high-level view of the process between the various components in the Web Services Stack. In this example:

Figure 12–3 Web Services Stack Process

Illustration depicting the web services stack
process.

  1. The user attempts to access a resource hosted on the service provider server.

  2. The service provider redirects the user to the identity provider for authentication.

  3. The identity provider authenticates the user successfully and sends the single sign-on assertion to the requesting service provider.

  4. The service provider verifies the assertion and the user is issued a session token.

  5. The service provider redirects the user to the requested resource.

  6. The user requests access to another service hosted on the WSC server.

    For example, it might need that value of an attribute from the user’s Liberty Personal Profile Service.

  7. The WSC sends a query to the Discovery Service to determine where the user’s Liberty Personal Profile Service instance is hosted.

    The WSC bootstraps the Discovery Service with the resource offering from the assertion obtained earlier.

  8. The Discovery Service returns a response to the WSC containing the endpoint for the user’s Liberty Personal Profile Service instance and a security token that the WSC can use to access it.

  9. The WSC sends a query to the Liberty Personal Profile Service instance.

    The query asks for the user’s personal profile attributes, such as home phone number. The required authentication mechanism specified in the Liberty Personal Profile Service resource offering must be followed.

  10. The Liberty Personal Profile Service instance authenticates and validates authorization for the requested user or the WSC, or both.

    If user interaction is required for some attributes, the Interaction Service will be invoked to query the user for consents or for attribute values. The Liberty Personal Profile Service instance returns a response to the WSC after collecting all required data.

  11. The WSC processes the Liberty Personal Profile Service response, and renders the service pages containing the information.

For detailed information about all these components, see the Sun OpenSSO Enterprise 8.0 Administration Guide.