Hi All,
I am using OIE, configured exteral idp as factor and enabled.
I am trying to enroll/activate this factor to user using API. Getting below error response.
Please help me if anything am missing in request or somewhere else in configurations.
URL POST: https://{domain}/api/v1/users/{userid}/factors?activate=true
Request: {
“factorType”: “claims_provider”,
“provider”: “CUSTOM”
}
Response:
{
“errorCode”: “E0000001”,
“errorSummary”: “Api validation failed: factorEnrollRequest”,
“errorLink”: “E0000001”,
“errorId”: “oaed9W-SLrMQVO4oBENMIbpjQ”,
“errorCauses”: [
{
“errorSummary”: “Factor not supported by the provider.”
}
]
}