Complete Authentication and Obtain an Authentication Token

post

/sso/v1/sdk/authenticate

Request

Supported Media Types
Header Parameters
Body ()
Root Schema : schema
Example Request (application/json)
{
    "op":"socialRegister",
    "socialSCIMAttrs":{
        "userName":"***",
        "email":"***",
        "givenName":"***",
        "familyName":"****"
    },
    "userMappingAttr":"email",
    "requestState":"6Q..."
}
Back to Top

Response

200 Response

Valid POST response

400 Response

Bad request

401 Response

Unauthorized

422 Response

Unprocessable Entity

500 Response

Internal Server error
Back to Top

Examples

See Using the Authenticate API for a complete use case on this endpoint.

Note:

See the Oracle Identity Cloud Service Authentication API Postman collection for extensive authentication use case examples. Download the collection and the global variables file from the idcs-authn-api-rest-clients folder within GitHub and then import them into your preferred REST client.

Back to Top