auth-identity-provider-connector-rest-apis_POST_internal_v1_custom-auth:confirm-signature (v1)

Overview

Endpoint to confirm custom signature process in external Identity Provider system. operationId: Confirm custom signing summary: Confirm custom signing

POST (/internal/v1/custom-auth:confirm-signature)

Parameters

  • X-Request-ID (header): Request ID used for tracing. A new one will be generated if not provided.

Request Body

Responses

200 OK

Identity Provider custom signing confirmation response

400 Bad Request

Returned in case of an error, internal server error or invalid request

500 Internal Server Error

Returned in case of an error, internal server error or invalid request

Architecture

3 properties

Identity Provider custom signing confirmation request

correlationId string

Correlation ID to correlate with signature initiation request

username string

Plumery user identifier

additionalDetails object

Details required to confirm signature in Identity Provider

6 properties

Identity Provider custom signing confirmation response

signature string

Base64 encoded signature value returned from Identity Provider after successful signature confirmation

signatureTimestamp string <date-time>

Timestamp indicating when the signature was created

certificate string

Base64 encoded certificate used to create the signature

status string

Status of the signature confirmation in Identity Provider

Allowed values: PENDING SUCCESS FAILED
error string

Error message in case of signature confirmation failure. This message will be forwarded to mobile/web app for user display.

code string

Error code in case of signature confirmation failure

2 properties

Returned in case of an error, internal server error or invalid request

error string

Error message

code string

Error code

2 properties

Returned in case of an error, internal server error or invalid request

error string

Error message

code string

Error code