django-saml2-auth icon indicating copy to clipboard operation
django-saml2-auth copied to clipboard

METADATA_AUTO_CONF_URL requires authentication

Open ghost opened this issue 8 years ago • 1 comments

I am using this plugin for my django application for Okta integration. However I am unable to use it as my metadata url is also authenticated by session which is present in browser but not in my app. Please provide a method so that I can download the contents of metadata url in a xml file and provide path for same in settings instead of url.

ghost avatar Aug 23 '17 13:08 ghost

I have changed the logic in views.py suitable to my needs so that it is now reading METADATA_AUTO_CONF_URL from my local machine. I am downloading metadata.xml to my local machine which is a one time activity.

ghost avatar Aug 26 '17 10:08 ghost