credential
Verifies the authorizationHeader to contain a token from authorizationService, verifies the proof sent by the client (must contain a nonce sent from authorizationService), and issues credentials to the client.
Callers need to send the result JSON-serialized back to the client. HTTP status code MUST be 202.
Parameters
value of HTTP header Authorization
sent by the client, with all prefixes
Parameters the client sent JSON-serialized in the HTTP body
information about the HTTP request the client has made, to validate authentication
Extract data from the authenticated user and prepares it for issuing
Deprecated
Use `credential` with parameter `credentialDataProvider` instead
Verifies the authorizationHeader to contain a token from authorizationService, verifies the proof sent by the client (must contain a nonce sent from authorizationService), and issues credentials to the client.
Callers need to send the result JSON-serialized back to the client. HTTP status code MUST be 202.
Parameters
value of HTTP header Authorization
sent by the client, with all prefixes
Parameters the client sent JSON-serialized in the HTTP body
information about the HTTP request the client has made, to validate authentication