Skip to content

Commit

Permalink
Pass correct location of xmlsec1 to pysaml2
Browse files Browse the repository at this point in the history
  • Loading branch information
rrlapointe authored Jan 18, 2020
1 parent 825c109 commit f611362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_saml2_auth/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def _get_saml_client(domain):
'want_response_signed': False,
},
},
'xmlsec_binary': '/home/lnl/bin/xmlsec1',
}

if 'ENTITY_ID' in settings.SAML2_AUTH:
Expand Down

0 comments on commit f611362

Please sign in to comment.