DSV OAuth 2.0 authorization server

Create new client

If you want to register a client for a resource server that uses token introspection to verify access tokens you can do so by making it a private client without a redirect URI. However, it is strongly recommended to use the public keys to verify the tokens locally instead. The public keys can be retrieved from the metadata (jwks_uri attribute) available at /.well-known/oauth-authorization-server.

A place where we can contact you should the need arise.

If checked, the user will be asked to consent to grant access to this client.

A public client has no secret and requires PKCE for authorization code flow. It can not be issued refresh tokens.
The set of scopes this client is allowed to request, one per line. Common scopes include Open ID Connect scopes. Refer to the resource server documentation for more information.