Okta token endpoint returning a 401 error

Hi,

I have integrated the Okta widget based approach for my Vue application.

The entire end to end authentication user flow seems to work as desired when testing with my personal developer account as well as the client’s own Okta domain account.

The client recently purchased a new tenant and after setting up the application just as done previously, the exact same authentication user flow got blocked during the callback due to a 401 response from the POST request to the oauht2/default/v1/tokens endpoint.

This request is initiated by Okta’s Vue library itself and is a part of the callback user flow. I have never encountered this error before.

Please help.

Thanks!

Hi @gchheda,

Could you share the subdomain of the okta org having issues ?

Are you able to access the OAuth or OIDC metadata endpoints ?

OAuth metadata:
https://{yourOktaDomain}/oauth2/{authServerId}/.well-known/oauth-authorization-server

OIDC metadata: https:// {yourOktaDomain}/oauth2/{authServerId} /.well-known/openid-configuration

If you have issues with sharing your details here, please open a Support case with Okta.