Does OKTA support password less M2M token using Org Certifcate?

We use OKTA as a OAuth provider in our Organization. We use a lot of M2M OKTA credentials to generate machine context token. This raises lot of problem of managing secrets, rotation etc.

I wanted to know if OKTA supports M2M tokens based on the organization certificate installed on corporate machines ? User’s machine will authenticate with OKTA with certificate and OKTA will responds with M2M access token.

Major cloud provider like Azure, AWS supports Managed Identity which is password-less. Does OKTA supports this kind of authentication?

No, Okta does not support this.

In order to receive an M2M token, your integration must complete Client Credentials flow using the the client authentication methods configured for the application created within Okta, which will be one of the following: client_secret_basic, client_secret_post, client_secret_jwt, private_key_jwt

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