Skip to content

Commit

Permalink
set XMLSEC_PATH based on env
Browse files Browse the repository at this point in the history
  • Loading branch information
nilupulmanodya committed Nov 13, 2023
1 parent d19dde1 commit cbbe247
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mslib/msidp/idp_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@
from saml2.saml import NAME_FORMAT_URI
from saml2.saml import NAMEID_FORMAT_PERSISTENT
from saml2.saml import NAMEID_FORMAT_TRANSIENT
from saml2.sigver import get_xmlsec_binary

XMLSEC_PATH = get_xmlsec_binary()
XMLSEC_PATH = os.path.join(os.environ["CONDA_PREFIX"], "bin", "xmlsec1")

# CRTs and metadata files can be generated through the mscolab server.
# if configured that way CRTs DIRs should be same in both IDP and mscolab server.
Expand Down

0 comments on commit cbbe247

Please sign in to comment.