djangosaml2idp icon indicating copy to clipboard operation
djangosaml2idp copied to clipboard

Add new command to import Service Provider

Open fontoura opened this issue 3 years ago • 0 comments

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>

fontoura avatar Jun 19 '21 21:06 fontoura