Skip to main content
PATCH
C#

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

id
string
requis

ID du Token Exchange Profile à mettre à jour.

Corps

name
string
défaut:Token Exchange Profile 1

Nom convivial de ce profil.

Required string length: 3 - 50
subject_token_type
string<url>

Type de subject token pour ce profil. Lors de la réception d’une token exchange request sur la Authentication API, le profil de token exchange correspondant avec un subject_token_type identique sera exécuté. Il doit s’agir d’un URI.

Required string length: 8 - 100

Réponse

Token Exchange Profile mis à jour avec succès.