Create API tokens for my app like github

Github has API tokens. A user can generate API token and call github using it. User can invalidate api token at any moment.

Does Okta provide something similar? Yes, I know there are API token to call Okta API.
I don’t need to call Okta API. I want to let my app users

  • create API tokens
  • call my app using api token
  • view list of active tokens
  • invalidate any given token

No, we don’t offer a feature like this. You’d have to write this logic yourself.

Thanks for your response. Can you suggest doc / blogpost about it? Doesn’t look like trivial thing to implement

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