checkIdentityProviderAuthenticationStatus (v1)

Check Identity Provider authentication status

Overview

Check whether the authentication in Identity Provider was successfully or not and returns the status.

GET (/internal/v1/custom-auth/login/status)

Parameters

  • X-Request-ID (header): Request ID used for tracing. A new one will be generated if not provided.
  • correlationId (query) (required): Correlation ID to correlate with init authentication request

Responses

200 OK

Identity Provider authentication status 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

4 properties

Identity Provider authentication status response

status string

Status of the authentication initiation in Identity Provider

Allowed values: PENDING SUCCESS FAILED
userId string

Identifier of the authenticated user in Plumery system

error string

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

code string

Error code in case of authentication 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