Skip to main content
POST
Créer un jeton SCIM de Provisioning

Autorisations

Authorization
string
header
requis

The access token received from the authorization server in the OAuth 2.0 flow.

Paramètres de chemin

idp_id
string
requis
read-only

Identifiant du fournisseur d’identité.

Pattern: ^con_[A-Za-z0-9]{16}$

Corps

application/json
token_lifetime
integer

Durée de validité du jeton en secondes. Ne pas définir pour les jetons sans expiration.

Réponse

Le jeton SCIM Provisioning a été créé avec succès.

created_at
string<date-time>
requis

L’horodatage de création du jeton.

token_id
string
requis

L’identifiant du jeton.

token
string
requis

Le jeton de l’application SCIM.

scopes
string[]

Les scopes du jeton.

valid_until
string<date-time>

L’horodatage de fin de validité du jeton (absent pour les jetons sans expiration).