BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setClientCertificate(String certificate) |
Set the client certificate used in the TLS connection between the
client application and the backchannel authentication endpoint of the
OpenID provider.
|
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setClientCertificatePath(String[] path) |
Set the client certificate path presented by the client during client
authentication.
|
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setClientId(String clientId) |
Set the client ID extracted from Authorization header of the
backchannel authentication request from the client application.
|
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setClientSecret(String clientSecret) |
Set the client secret extracted from Authorization header of
the backchannel authentication request from the client application.
|
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setOauthClientAttestation(String jwt) |
Set the value of the OAuth-Client-Attestation HTTP header.
|
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setOauthClientAttestationPop(String jwt) |
Set the value of the OAuth-Client-Attestation-PoP HTTP header.
|
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setParameters(String parameters) |
Set the value of parameters which are the request parameters
that the backchannel authentication endpoint of the OpenID provider
implementation received from the client application.
|
BackchannelAuthenticationRequest |
BackchannelAuthenticationRequest.setParameters(Map<String,String[]> parameters) |
Set the value of parameters which are the request parameters
that the backchannel authentication endpoint of the OpenID provider
implementation received from the client application.
|