Upon successful authentication, the debug application sends back an HTTP response.
Review the authentication and attribution information in the debug response for validating
or troubleshooting your configuration.
The HTTP debug response consists of the following three components:
- Available request attribute information: This response
component contains information pertaining to the
SAP Mobile Platform session associated with the request
handled by the debug application. Some of the attribute name-value pairs
that are useful in verifying that the correct domain, security
configuration, and user name are used in the authentication are:
- com.sybase.sup.SecurityConfiguration: The security
configuration against which authentication was performed.
- com.sybase.sup.Domain: The domain against which
authentication was performed.
- com.sybase.sup.UserName: The fully qualified user name
used for authentication using
<username>@<securityConfiguration>.
- Available Header information: This response component consists of all of the
HTTP request header name-value pairs received by the HTTP Channel debug
application.
- Authentication information: This response component includes details of the
user name, list of credentials, and list of principals associated with the
authenticated subject.