The fields of the STSClientConfiguration structure are listed below. For a complete list of STSClientConfiguration structure members, see the STSClientConfiguration Members topic.
![]() | The AppliesTo value to be put into RequestSecurityToken/AppliesTo/EndpointReference/Address element |
![]() | Credentials to use when using client certificate HTTP transport authentication |
![]() | Defines where to put the token: in the RST (embedded) or in the Message Security Header (referenced) |
![]() | When set to 'true', certificate trust errors will be ignored by the HTTPS protocol. Used primarily for testing with STS endpoints with self-signed SSL certificates. |
![]() | Value type of the token being sent to the STS. For example, when sending an OpenToken, use TokenType.OPENTOKEN constant via STSConfiguration in conjunction with STSClient.IssueToken(String tokenData) |
![]() | Type of token to be issued by the STS |
![]() | Type of token to be issued by the STS when using a BinaryTokenType. For example, with OpenToken is transported via a BinarySecurityToken and has a value type of "urn:pingidentity:opentoken" |
![]() | Can hold request parameters |
![]() | The STS Endpoint |
![]() | Password to use when using HTTP basic transport authentication |
![]() | The type of HTTP transport authentication to use for the STS endpoint |
![]() | Username to use when using HTTP basic transport authentication |
STSClientConfiguration Class | com.pingidentity.Security.STS.Client Namespace