Thanks for the reply.
Yes, it is assigned to the user. Still this issue persists.
I am working on a local setup. I have enabled CORS from okta dashboard.
I am getting this error:
Failed to load resource: the server responded with a status of 400 () .
and upon clicking on https://dev-________.okta.com/oauth2/default/v1/token
I get
{
“errorCode”: “E0000022”,
“errorSummary”: “The endpoint does not support the provided HTTP method”,
“errorLink”: “E0000022”,
“errorId”: “oaeVlZiMr54Q0uh7JsMVzaIKg”,
“errorCauses”:
}
I had encountered the same problem. The problem is you might have not added your “http://localhost:3000” URL into the trusted origins.
Login to your admin account, go to Security>API>Trusted Origins , there you will find Add Origin button. Click on it and add your URL “http://localhost:3000” and assign it a name, just tick mark the two checkboxes below and Save.
After doing this you will be able to redirect to your page.