Register New Application

This page will help you get started with Application Management.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
❗️

Mutual TLS Required

Do not forget that to call this resource, you must use mutual TLS with your eIDAS certificate with mandates for PSD2.

❗️

Take a Note of Client Secret Right Away

Note that we store client secret as a bcrypt hash in our database. As a result, we are unable to recover the OAuth 2.0 client secret anytime later. You can always regenerate the client secret using the /application/{id}/renewSecret method - this will invalidate the original client secret.

Use this service to create a new application with a given name, redirect URIs and scopes. In response, you will obtain OAuth 2.0 credentials (client ID and client secret).

Body Params
string
Defaults to Testing app

Name of the application.

string
Defaults to web

Application type, either "web" or "native".

string
Defaults to http://localhost:8888/connect/demo

Array of redirect URI for OAuth 2.0 redirection.

string
Defaults to aisp

Array of scopes that are requested for the newly created app.

Response

Language
LoadingLoading…
Response
Choose an example:
application/json