Previous Topic: HTTP Error Handling for SAML 2.0 Authentication

Next Topic: Configure Request Processing with a Proxy Server at the SP

Request Processing with a Proxy Server at the SP

When SiteMinder receives certain requests at the SP, it validates the message attributes using the local URL for Federation Web Services application before processing the request.

For example, a logout request message may contain the following attribute:

Destination="http://sp.domain.com:8080/affwebservices/public/saml2slo"

In this example, the destination attribute in the logout message and the address of the Federation Web Services application are the same. SiteMinder verifies that the destination attribute matches the local URL of the FWS application.

When the SiteMinder federated environment sits behind a proxy server, the local and destination attribute URLs are not the same because the Destination attribute is the URL of the proxy server. For example, the logout message may include the following Destination attribute:

Destination="http://proxy.domain.com:9090/affwebservices/public/saml2slo"

The local URL for Federation Web Services, http://sp.domain.com:8080/affwebservices/public/saml2slo, does not match the Destination attribute so the request is denied.

You can specify a proxy configuration to alter how SiteMinder determines the local URL used for verifying the message attribute of a request. When a proxy configuration is set, SiteMinder replaces the <protocol>://<authority> portion of the local URL with the proxy server URL, which results in a match between the two URLs.


Copyright © 2010 CA. All rights reserved. Email CA about this topic