Update an application

Update an existing application.

This endpoint only accepts JWT, which must be precalculated as described in Create a JWT.

Request

Provide a JWT signed with a valid signing key

Path Parameters
Path Parameters

The Client ID of the application.

Request body
Body string

A new JWT calculated for your application, signed with a valid signing key.

Response

Application data

Response body
Body object

The Client ID used to identify the application.

Possible values: [tls_client_auth]

Specifies the authentication method for the /token endpoint.

Currently, only tls_client_auth is supported.

Distinguished name (DN) of the transport certificate used by the TPP.

Possible values: [tls_client_auth]

The signing algorithm used to sign the id_token JWTs. Currently, only PS256 is supported.

Possible values: [tls_client_auth]

The signing algorithm used to sign request objects. Currently, only PS256 is supported.

List of the registered URIs that the TPP will use to interact with the ASPSP.

Public URI endpoint where the TPP has uploaded their JWKS in JSON format.

Legal Entity Identifier or other known organisation name.

Possible values: [openid, accounts, payments, fundsconfirmations]

List of scopes granted to the TPP.

Was this page helpful?