Skip to content

Target Audience: Administrators

API Users

Introduction

This section describes how to manage API users in PAP

Create an API user

To create your first api user offer you will need to supply some information.

Field Description
Name The name of the API user.
Provision service If the API user is used for provisioning of subscriptions this will be the service in charge of the subscription lifecycle.
Redirect URI The uri to which the user will be redirected to after an auth request. Read more here.
Offline access Will the API users be used with refresh tokens. Read more here.
SSO2 client Will the api user be used with SSO2. Read more here.
Scopes With what scopes will tokens be issued. Read more here.
Origin URLs If the api users will be accessed using CORS you need to define the allowed origins here.

Create api user Example when creating an api user

Delete an API user

As of writing this you cannot delete API users. But this might be subject to change in the future.

Where can find I API users in PAP

  • Security => API Users