Hi,
Am using following verisons of packages python 3.12
django 4.2.23
django-okta-auth==0.8.0
django-cors-headers==4.7.0 for my django web app which is integrated with okta..when I try to login I get Access to XMLHttpRequest at ‘https://-dev.oktapreview.com/api/v1/authn’ from origin ‘’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. for a django app.Any suggestions plz?Have tried installing the cors headers and seeting.py changes..but nothing is working..been stuck for past few days..please advice