|
A descriptive name for the client instance. This name appears when the user is prompted for authorization.
|
token_endpoint_auth_method
|
The client authentication method.
PingFederate accepts the following values:
-
none
-
client_secret_basic
-
client_secret_post
-
tls_client_auth
-
private_key_jwt
-
client_secret_jwt
|
tls_client_auth_subject_dn
|
The subject DN of the client certificate.
This field is required if tls_client_auth is the value of the token_endpoint_auth_method parameter.
|
token_endpoint_auth_signing_alg
|
The signing algorithm that the client must use to sign the JSON Web Token (JWT) for client authentication.
This field applies only when the token_endpoint_auth_method parameter is provided with a value of private_key_jwt or client_secret_jwt .
For private_key_jwt , PingFederate accepts the following values:
-
RS256 - RSA using SHA-256
-
RS384 - RSA using SHA-384
-
RS512 - RSA using SHA-512
-
ES256 - ECDSA using P256 Curve and SHA-256
-
ES384 - ECDSA using P384 Curve and SHA-384
-
ES512 - ECDSA using P521 Curve and SHA-512
-
PS256 - RSASSA-PSS using SHA-256
-
PS384 - RSASSA-PSS using SHA-384
-
PS512 - RSASSA-PSS using SHA-512
|
RSASSA-PSS signing algorithms require a Java 8 or Java 11 runtime environment, or an integration with a hardware security module (HSM) and a static-key configuration for OAuth and OpenID Connect. For more information on HSM integration and static keys, see Supported hardware security modules and Keys for OAuth and OpenID Connect, respectively.
|
For client_secret_jwt , PingFederate accepts the following values:
-
HS256 - HMAC using SHA-256
-
HS384 - HMAC using SHA-384
-
HS512 - HMAC using SHA-512
If this parameter is not provided, the client can use any of the supported signing algorithms.
|
request_object_signing_alg
|
The signing algorithm that the client must use to sign its request objects for transmission of request parameters.
Applicable only when the client might send its authorization requests using request objects.
PingFederate accepts the following values:
-
RS256 - RSA using SHA-256
-
RS384 - RSA using SHA-384
-
RS512 - RSA using SHA-512
-
HS256 - HMAC using SHA-256
-
HS384 - HMAC using SHA-384
-
HS512 - HMAC using SHA-512
-
ES256 - ECDSA using P256 Curve and SHA-256
-
ES384 - ECDSA using P384 Curve and SHA-384
-
ES512 - ECDSA using P521 Curve and SHA-512
-
PS256 - RSASSA-PSS using SHA-256
-
PS384 - RSASSA-PSS using SHA-384
-
PS512 - RSASSA-PSS using SHA-512
|
RSASSA-PSS signing algorithms require a Java 8 or Java 11 runtime environment, or an integration with a hardware security module (HSM) and a static-key configuration for OAuth and OpenID Connect. For more information on HSM integration and static keys, see Supported hardware security modules and Keys for OAuth and OpenID Connect, respectively.
|
When this parameter is not provided, the client can use any of the supported signing algorithms.
|
|
The URL of the JSON Web Key Set (JWKS) or the actual JWKS from the client.
If the client is configured to use the private_key_jwt or client_secret_jwt client authentication method, to transmit request parameters in signed request objects, or to transmit CIBA request parameters in signed request objects, only one of the previous values is required for PingFederate to verify the authenticity of the JWTs.
Either value can be defined even if the client is not configured to use JWTs for authentication or transmission of request parameters.
This flexibility allows the client to transmit request parameters in signed request objects for some requests and without the use of signed request objects for some other transactions.
If the client signs its JWTs using an RSASSA-PSS signing algorithm, PingFederate must be deployed to run in a Java 8 or Java 11 runtime environment, or integrated with a hardware security module (HSM) and a static-key configuration for OAuth and OpenID Connect.
For more information on HSM integration and static keys, see Supported hardware security modules and Keys for OAuth and OpenID Connect, respectively.
If the client is configured to encrypt ID tokens using an asymmetric encryption algorithm, either the JWKS URL or the actual JWKS must be provided. See the ID Token Key Management Encryption Algorithm setting.
|
|
An array of one or more redirection
URIs where the OAuth AS may redirect the resource owner’s user agent after authorization is obtained.
The authorization code and implicit grant types require at least one redirection URI.
|
|
The location of the logo used on user-facing OAuth grant authorization and revocation pages. For best results with the installed HTML templates, the recommended size is 72 x 72 pixels.
|
|
A space-separated list of one or more scopes, which a client can request.
|
|
An array of one or more grant types, which a client can request.
PingFederate accepts the following values:
-
authorization_code
-
implicit
-
refresh_token
-
client_credentials
-
urn:ietf:params:oauth:grant-type:device_code
-
urn:openid:params:grant-type:ciba
-
password
-
extension (JWT Bearer Token or SAML 2.0 Bearer Assertion)
For more information about each grant type, see Grant types.
|
|
An array of one or more response types, which a client can request.
PingFederate accepts the following values:
-
code
-
code id_token
-
code id_token token
-
code token``
-
id_token
-
id_token token
If one or more response types are specified, the resulting client is only allowed to send one of the specified response types at runtime. Requests from this client with other response types will be rejected.
Response type and grant type parameters must be provided in tandem because certain response types require one or more grant types, and vice versa. The following table provides a summary of their relationship.
response type |
grant types |
code
|
authorization_code
|
code id_token
|
authorization_code and implicit
|
code id_token token
|
authorization_code and implicit
|
code token
|
authorization_code and implicit
|
id_token
|
implicit
|
id_token token
|
implicit
|
token
|
implicit
|
|
id_token_signed_response_alg
|
The JSON Web Signature (JWS) algorithm required for the OpenID Connect (OIDC) tokens.
Allowed values:
-
none - No signing algorithm
-
HS256 - HMAC using SHA-256
-
HS384 - HMAC using SHA-384
-
HS512 - HMAC using SHA-512
-
ES256 - ECDSA using P256 Curve and SHA-256
-
ES384 - ECDSA using P384 Curve and SHA-384
-
ES512 - ECDSA using P521 Curve and SHA-512
-
RS256 - RSA using SHA-256
-
RS384 - RSA using SHA-384
-
RS512 - RSA using SHA-512
-
PS256 - RSASSA-PSS using SHA-256
-
PS384 - RSASSA-PSS using SHA-384
-
PS512 - RSASSA-PSS using SHA-512
|
RSASSA-PSS signing algorithms require a Java 8 or Java 11 runtime environment, or an integration with a hardware security module (HSM) and a static-key configuration for OAuth and OpenID Connect. For more information on HSM integration and static keys, see Supported hardware security modules and Keys for OAuth and OpenID Connect, respectively.
|
|
If static keys for OAuth and OpenID Connect are enabled, use either an RSA algorithm or an EC algorithm that has been configured with an active static key.
|
|
id_token_encrypted_response_alg
|
The algorithm used to encrypt or otherwise determine the value of the content encryption key.
-
dir - Direct Encryption with symmetric key
-
A128KW - AES-128 Key Wrap
-
A192KW - AES-192 Key Wrap
-
A256KW - AES-256 Key Wrap
-
A128GCMKW - AES-GCM-128 key encryption
-
A192GCMKW - AES-GCM-192 key encryption
-
A256GCMKW - AES-GCM-256 key encryption
-
ECDH-ES - ECDH-ES
-
ECDH-ES+A128KW - ECDH-ES with AES-128 Key Wrap
-
ECDH-ES+A192KW - ECDH-ES with AES-192 Key Wrap
-
ECDH-ES+A256KW - ECDH-ES with AES-256 Key Wrap
-
RSA-OAEP - RSAES-OAEP
-
RSA-OAEP-256 - RSAES OAEP using SHA-256 and MGF1 with SHA-256
|
id_token_encrypted_response_enc
|
The content encryption algorithm used to perform authenticated encryption on the plain text payload of the token.
Required if an algorithm is provided through the id_token_encrypted_response_alg parameter.
-
dir - Direct Encryption with symmetric key
-
A128CBC-HS256 - Composite AES-CBC-128 HMAC-SHA-256
-
A192CBC-HS384 - Composite AES-CBC-192 HMAC-SHA-384
-
A256CBC-HS512 - Composite AES-CBC-256 HMAC-SHA-512
-
AES-GCM-128 - A128GCM
-
AES-GCM-192 - A192GCM
-
AES-GCM-256 - A256GCM
|
introspection_signing_alg_values (optional)
|
The JSON Web Signature (JWS) algorithm used to sign the token introspection response.
-
HS256 HMAC using SHA-256
-
HS384 - HMAC using SHA-384
-
HS512 - HMAC using SHA-512
-
RS256 - RSA using SHA-256
-
RS384 - RSA using SHA-384
-
RS512 - RSA using SHA-512
-
ES256 - ECDSA using P256 Curve and SHA-256
-
ES384 - ECDSA using P384 Curve and SHA-384
-
ES512 - ECDSA using P521 Curve and SHA-512
-
PS256 - RSASSA-PSS using SHA-256
-
PS384 - RSASSA-PSS using SHA-384
-
PS512 - RSASSA-PSS using SHA-512
|
RSASSA-PSS signing algorithms require a Java 8 or Java 11 runtime environment, or an integration with a hardware security module (HSM) and a static-key configuration for OAuth and OpenID Connect. For more information on HSM integration and static keys, see Supported hardware security modules and Keys for OAuth and OpenID Connect, respectively.
|
The default value is RS256 . None is not an allowed value.
|
introspection_encryption_alg_values (optional)
|
The JSON Web Encryption (JWE) algorithm used to encrypt the content-encryption key of the token introspection response.
Allowed Values:
-
DIR - Direct Encryption with symmetric key
-
A128KW - ES-128 Key Wrap
-
A192KW - AES-192 Key Wrap
-
A256KW - AES-256 Key Wrap
-
A128GCMKW - AES-GCM-128 key encryption
-
A192GCMKW - AES-GCM-192 key encryption
-
A256GCMKW - AES-GCM-256 key encryption
-
ECDH_ES - ECDH-ES
-
ECDH_ES_A128KW - ECDH-ES with AES-128 Key Wrap
-
ECDH_ES_A192KW - ECDH-ES with AES-192 Key Wrap
-
ECDH_ES_A256KW - ECDH-ES with AES-256 Key Wrap
-
RSA_OAEP - RSAES-OAEP
-
RSA_OAEP_256 - RSAES-OAEP using SHA-256
If asymmetric type, a JWKS or JWKS URL is required and must be valid.
If symmetric type, the reversible secret is required.
|
introspection_encryption_enc_values
|
The JSON Web Encryption (JWE) content-encryption algorithm for the token introspection response.
Allowed values:
-
AES_128_CBC_HMAC_SHA_256 - Composite AES-CBC-128 HMAC-SHA-256
-
AES_192_CBC_HMAC_SHA_384 - Composite AES-CBC-192 HMAC-SHA-384
-
AES_256_CBC_HMAC_SHA_512 - Composite AES-CBC-256 HMAC-SHA-512
-
AES_128_GCM - Composite A128GCM
-
AES_192_GCM - Composite A192GCM
-
AES_256_GCM - Composite A256GCM
|
This field is required if introspection_signing_alg_values_supported is specified.
This field must be empty if introspection_signing_alg_values_supported is not specified.
|
|
backchannel_token_delivery_mode
|
The token delivery method that the client supports. PingFederate supports poll and ping.
Set to poll if the client can check for the authorization results periodically at the token endpoint.
Set to ping if the client prefers to wait for a ping callback message from PingFederate as a signal that the authorization result is ready for pickup.
If this parameter is not provided and the CIBA grant type is enabled, the poll method is assumed.
|
backchannel_client_notification_endpoint
|
The client’s notification endpoint, to which PingFederate sends its ping call back messages.
Required only if ping is the configured token delivery method.
|
backchannel_authentication_request_signing_alg
|
The signing algorithm that the client must use to sign its request objects for transmission of request parameters.
PingFederate accepts the following values:
-
RS256 - RSA using SHA-256
-
RS384 - RSA using SHA-384
-
RS512 - RSA using SHA-512
-
HS256 - HMAC using SHA-256
-
HS384 - HMAC using SHA-384
-
HS512 - HMAC using SHA-512
-
ES256 - ECDSA using P256 Curve and SHA-256
-
ES384 - ECDSA using P384 Curve and SHA-384
-
ES512 - ECDSA using P521 Curve and SHA-512
-
PS256 - RSASSA-PSS using SHA-256
-
PS384 - RSASSA-PSS using SHA-384
-
PS512 - RSASSA-PSS using SHA-512
|
RSASSA-PSS signing algorithms require a Java 8 or Java 11 runtime environment, or an integration with a hardware security module (HSM) and a static-key configuration for OAuth and OpenID Connect. For more information on HSM integration and static keys, see Supported hardware security modules and Keys for OAuth and OpenID Connect, respectively.
|
If this parameter is not provided and the CIBA grant type is enabled, the client can use any of the allowed signing algorithms.
|
backchannel_user_code_parameter
|
Indicates whether the client supports user code.
The purpose of this code is to authorize the transmission of an authentication request to the user’s authentication device.
A valid value is either true or false .
If this parameter is not provided and the CIBA grant type is enabled, user code support is not enabled.
|
When user code support is enabled, the associated CIBA request policy must also be user code enabled.
|
|
|
A URL using the HTTPS scheme that references a JSON file containing an array of redirect_uri values. For more information, see .net/specs/openid-connect-registration-1_0.html//[].
|
|
The type of subject used by the sector identifier, such as public or pairwise .
|