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

Support `inline` pySAML2 option

Open ambsw-technology opened this issue 7 years ago • 0 comments

PySAML2 also supports the inline metadata format where a stringified XML is provided to the library. This builds on #61 and simplifies cases like #27 by eliminating the need to write the config to a file (which is probably not safe in production). In our case, we wanted to inject the config into a docker container using an ENV variable.

ambsw-technology avatar Oct 29 '18 22:10 ambsw-technology