You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built my django app with an nginx proxy upstream, which is in charge of handling CORS headers. I would need a new boolean settings value (like OIDC_CORS_MANAGEMENT_ENABLE) to tell django-oidc-provider not to manage CORS headers at all, so that I can delegate this job to my proxy.
Please tell me what you think about that. Maybe there is a particular reason for CORS headers to be handled like it is.
I forked the repo and made a new branch from develop, if that can help.
The text was updated successfully, but these errors were encountered:
I built my django app with an nginx proxy upstream, which is in charge of handling CORS headers. I would need a new boolean settings value (like
OIDC_CORS_MANAGEMENT_ENABLE
) to tell django-oidc-provider not to manage CORS headers at all, so that I can delegate this job to my proxy.Please tell me what you think about that. Maybe there is a particular reason for CORS headers to be handled like it is.
I forked the repo and made a new branch from develop, if that can help.
The text was updated successfully, but these errors were encountered: