Merge pull request #999 from openreplay/v1.10.0-patch

feat(chalice): changed env-var name
This commit is contained in:
Kraiem Taha Yassine 2023-03-01 19:21:02 +01:00 committed by GitHub
commit bd119dd0c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ SAML2 = {
"binding": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
},
"NameIDFormat": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"x509cert": config("sp_x509cert", default=""),
"x509cert": config("sp_crt", default=""),
"privateKey": config("sp_key", default="")
},
"idp": None