Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.77 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.77 KB

okta_authent

Example for support 🙏

The flow is :

Access to fetch at 'https://dev-3504888.okta.com/oauth2/default/v1/authorize?response_type=code&client_id=XXXX&scope=openid%20email%20profile&state=y73jQmAetw5nxT7IwH2odcMzu0zXwyfxwNxSJ750TsE%3D&redirect_uri=https://api-my-backend.com/login/oauth2/code/okta&nonce=FN1_KnX5Sn46CwVLc0l_vqETzhV_V68f7uO-5snf798'
(redirected from 'https://api-my-backend.com/api/user')
from origin 'https://my-frontend.com'
has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

What we also see in the browser console :

Cookie Attributes: The cookie being set might not comply with the browser's requirements, such as the SameSite attribute or the Secure attribute for cookies sent over HTTPS.

In Security -> API -> Trusted origins, we set correctly :

CORS Redirect

For both origin URL https://api-my-backend.com and https://my-frontend.com.