Obtenir les informations d’identification
Obtient les détails d’un credential client.
Important : Pour permettre à des credentials d’être utilisés pour une méthode d’authentification du client, définissez la propriété client_authentication_methods sur le client. Pour permettre à des credentials d’être utilisés pour les authorization requests JWT-Secured Authorization Requests, définissez la propriété signed_request_object sur le client.
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Paramètres de chemin
ID du client.
Réponse
Credentials récupérés avec succès.
Algorithme qui sera utilisé avec l’information d’authentification. Algorithmes pris en charge : RS256,RS384,PS256
RS256, RS384, PS256 Date de création de l’information d’authentification, au format ISO 8601.
Type d’information d’authentification.
public_key, cert_subject_dn, x509_cert Date au format ISO 8601 représentant l’expiration de l’information d’authentification.
ID de l’information d’authentification. Généré lors de la création.
Identifiant de clé de l’information d’authentification, généré lors de la création.
Nom attribué à l’information d’authentification par l’utilisateur.
Nom distinctif du sujet du certificat X.509
Empreinte SHA256 du certificat X.509
Date de mise à jour de l’information d’authentification, au format ISO 8601.