<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007atELjCAMOkta Classic EngineAPI Access ManagementAnswered2022-04-21T17:50:04.000Z2022-04-20T03:09:24.000Z2022-04-21T17:50:04.000Z

TorstenR.44773 (Customer) asked a question.

Trying to make an API Services App access the API via private_key_jwt

I want to integrate with an Okta client as Application. To avoid security problems, this client wouldn't like to give us a raw Admin API token, so we wanted to go the way explained in this documentation https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/main/*save-keys-in-okta

 

The problem now is, even tho I activated the Early Access feature "OAuth2 Secrets and Keys Management", I am still not able to pick Public Key / Private Key as authentication method. The select is just disabled and I can't pick it.

 

The page this happens on is: https://${oktaDomain}/admin/app/oidc_client/instance/${clientID}/*tab-general under "Client authentication" i see 2 radio buttons "Client secret" and "Public key / Private Key", "Client Secret" is activated but both buttons are disabled.

 

Thanks in advance for any hint.


  • TorstenR.44773 (Customer)

    <facepalm> ok that was now too easy, damn :D I was really irritated by the fact probably that i actually was able to edit the secrets there, didn't thought of that button.

This question is closed.
Loading
Trying to make an API Services App access the API via private_key_jwt