providers/saml: remove processor_path field

This commit is contained in:
Jens Langhammer
2020-07-11 13:28:03 +02:00
parent 92a09be8c0
commit 1b0c013d8e
5 changed files with 3 additions and 58 deletions

View File

@ -14,7 +14,6 @@ class SAMLProviderSerializer(ModelSerializer):
fields = [
"pk",
"name",
"processor_path",
"acs_url",
"audience",
"issuer",