canvas-lms/config/saml.yml.example

25 lines
782 B
Plaintext

# In order to consume encrypted SAML assertions, you'll need to create
# a public/private keypair:
#
# openssl req -new -newkey rsa:2048 -days 730 -nodes -x509 -keyout samlkey.pem -out samlcert.pem
production:
entity_id: "http://www.your-domain.com/saml2"
tech_contact_name: "Administrator"
tech_contact_email: "info@your-domain.com"
development:
entity_id: "http://www.your-domain.com/saml2"
tech_contact_name: "Administrator"
tech_contact_email: "info@your-domain.com"
encryption:
private_key: /path/to/samlkey.pem
certificate: /path/to/samlcert.pem
additional_private_keys:
- /path/to/oldsamlkey.pem
test:
entity_id: "http://www.your-domain.com/saml2"
tech_contact_name: "Administrator"
tech_contact_email: "info@your-domain.com"