when the post request is made to openam authorization endpoint (the enterprise sso), there is a error:
{
"error": "invalid_client",
"error_description": "Invalid authentication method for accessing this endpoint."
}
because this http request require an http-header authorization with basic credential.
How to pass this header ?
when the post request is made to openam authorization endpoint (the enterprise sso), there is a error: { "error": "invalid_client", "error_description": "Invalid authentication method for accessing this endpoint." } because this http request require an http-header authorization with basic credential. How to pass this header ?