Hello,
We are working on a application/service which interacts with Okta via Okta Java SDK and OIDC/OAuth using Okta API scopes.
For the above to work, we have created Service application in Okta, using the Dynamic Client Registration API (Dynamic Client Registration | Okta Developer)
Is there a Okta Java SDK API for Dynamic Client Registration, for registering new client and updating existing client ? I tried to search the okta java docs but I could not find any api for oidc client. The intention is, I think we can rotate the JWKS on oidc client based on some schedule.
Thanks