<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
0D54z00007PQkNrCALOkta Classic EngineAuthenticationAnswered2022-01-31T16:08:09.000Z2022-01-29T07:45:41.000Z2022-01-31T16:08:09.000Z
Add an external Identity Provider for an app for which client secret is not known

We need to build an identity provider to authenticate users in an OKTA account (say account 1) to use an application which is registered in another OKTA account (say account 2). I followed this guide - https://developer.okta.com/docs/guides/add-an-external-idp/openidconnect/main/ to create the said identity provider. However the app I have is a react SPA, where the client authentication uses a PKCE instead of client secret.

How do I tackle this? Is there any way to avoid using the client secret in the steps mentioned in the guide above?


This question is closed.
Loading
Add an external Identity Provider for an app for which client secret is not known