<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
0D54z00006z0wVJCAYOkta Classic EngineOkta Integration NetworkAnswered2024-04-16T12:01:56.000Z2021-05-24T09:22:28.000Z2021-05-27T09:57:43.000Z

c9odb (c9odb) asked a question.

Okta Integration with SPA(Anguar) and API (Python)

We are trying to integrate the Okta login for the angular application(SPA). The angular application uses the API to fetch the information. API's are written in Python.

 

How the application should work after integration with Okta

  1. User logins using the credentials.
  2. Angular will receive the access token from Okta.
  3. Angular will send the access token to the python backend.
  4. After receiving the token python must validate the token with Okta Resource Server
  5. If the token is valid then the API must return the data to Angular.

 

Problems Facing

  1. Angular is not receiving the callback from Okta. -> Sample App works fine but not with our Angular PWA
  2. Okta Resource Server requires a client_secret -> There is no client_secret in Okta SPA
  3. There is no proper documentation regarding the SPA and backend resource server -> Where do I get the documentation

This question is closed.

Recommended content

Loading
Okta Integration with SPA(Anguar) and API (Python)