<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
0D54z00008LVbj0CADOkta Classic EngineAuthenticationAnswered2024-05-10T21:53:32.000Z2022-11-14T07:50:34.000Z2022-11-16T16:52:44.000Z
How can PWA authenticate itself for another application?

Baiscally, I have a progressive web app which should show data from another application. Another application is under Okta authentication, no API is available. How can my PWA authenticate for another application to be able to access the required data?

 

Note: PWA itself will be without authentication for the users.


  • User16594883467582706479 (Customer Support Online Experience)

    Hi, @toqvt (toqvt)​ 

     

    Thank you for posting on our Community page!

     

    You might check if the client_credentials flow meets your needs since it is machine to machine with no user context.

    If you actually need meta-data about the application via the Okta API, you could still use the above flow but do it for Oauth for Okta with the Org Authorization server and needed scopes to then make API calls to retrieve whatever application data you are looking for.

     

    My advice would be to also leverage the Okta Developer forums for this type of questions and take advantage of their expertise.

    https://devforum.okta.com/

     

    Hope this helps!

     

    Thank you for reaching out to our Community and have a great day!

     

    _____________________________________________________________________________

    The Okta Community November newsletter is here. Get product updates and see our top contributing members.

    _____________________________________________________________________________

    If my answer helped, remember to select it as best to increase its visibility for other members of the Okta Community who might have the same questions as you. 

    _____________________________________________________________________________

     

    Expand Post
This question is closed.
Loading
How can PWA authenticate itself for another application?