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.