Okta and cognito 2 way login flow

I currently have a cognito pool set up with an okta app (as a application type of web so that i can get a client secret) as a federated IDP .

I wanted to leverage the okta sign in widget instead of relying on cognito’s hosted ui. I setup a second okta app that is configured for SPA and does not have a client secret.

Is it possible to use the SPA’s oauth token to query the the web okta app to get a cognito JWT

HI,

No you cannot use oauth tokens from one app to get access to some another app or get oauth tokens for another application.

ok had a feeling that was the case, thank you @vk-giri

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