Okta Admin logs

Hi,

I there any document to find the meanings of Okta Admin logs?

I need to know what is the meaning of some logs in Okta Admin console. For example: invalid_token, invalid_refresh_token and login_required.

Thanks in Advance!

I assume you’re using an OAuth/OIDC flow. The invalid_token and invalid_refresh_token errors are self explanatory.

login_required The client specified not to prompt, but the user isn’t signed in.

I believe you would see this error if you are passing prompt=none in the /authorize request when the user has not signed in.

Thanks Warren :slight_smile: Is there any document to get the meanings of all Okta Admin logs?

I think they’re on the same page (have to scroll up).

https://developer.okta.com/docs/reference/error-codes/

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.