OTA-Insight / djangosaml2idp

SAML 2.0 Identity Provider in Django
Apache License 2.0
104 stars 96 forks source link

Add new command to import Service Provider #133

Open fontoura opened 3 years ago

fontoura commented 3 years ago

The Service Providers must be imported manually either using the administrative interface or the Django console.

This pull request adds a custom command called import_sp_from_xml which can be invoked from the CLI like so:

python manage.py import_sp_from_xml <path to metadata XML>