Does "validating" a JWT token from prove authentication with OpenId?
I have a static react app which users login via an Okta SPA app.
The app receives a JWT, which it is stored in the browser, and passed to the backend API via Authentication header on every request.
The API using Azure API Management. They… Continue reading Does "validating" a JWT token from prove authentication with OpenId?