Hello,
I’m trying to connect to get if there is any record exists in OKTA by calling https://${OKTA_API_URL}/api/v1/users?filter=${encodeURIComponent(
profile.login eq “${data.email}”)}
with header parameters
Content-Type:application/json
Authorization:SSWS {{OKTA_TOKEN}}
It is working expected in postman, but having CORS in my SPA (React.js app)
Any resolution will be helpful.