I have SPA app (MyApp) using react router version 7
In okta I created an app integration of type spa for MyApp
( call back url http://MyApp.com/Authorize/Callback.)
I have clientid : ‘xyz123’
I have .net core api at http://MyApp.com/MyApi to serve data to the SPA. I want to use okta to authenticate MyApi and access claims inside MyApi. Do I have to create another app integration for the api? Are there any samples ?