Hello everybody,
I’m implementing authentication in Okta and the login page loads normally. But I have some errors.
This is the URL for the login page:
When I enter username and password, the error message returns:
This is the authenticated URL in Okta:
When accessing the URL the error message appears
// https://dev-13205505.okta.com/oauth2/default/v1/token
{
“errorCode”: “E0000022”,
“errorSummary”: “The endpoint does not support the provided HTTP method”,
“errorLink”: “E0000022”,
“errorId”: “oaebDnffe31Qny6hmRCJKUnNQ”,
“errorCauses”: [
]
}
Can anyone help?