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
The Client ID of the application.
A new JWT calculated for your application, signed with a valid signing key.
On 23 March 2026, the form of the scope parameter included in the JWT payload will change to a space-separated string.
For more information, see the guide: Create a JWT.
Response
Application data
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.
Public URI endpoint where the TPP has uploaded their JWKS in JSON format.
Legal Entity Identifier or other known organisation name.
List of scopes that the TPP has access to.
Possible scopes to list: openid, accounts, payments, fundsconfirmation.
- Before 23 March 2026: Provided as an array of strings.
For example,
["openid", "accounts", "payments", "fundsconfirmation"]. - From 23 March 2026: Provided as a space-separated string.
For example,
"openid accounts payments".