canvas-lms/config/saml.yml.example

25 lines
782 B
Plaintext
Raw Normal View History

# 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
2011-02-01 09:57:29 +08:00
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
2011-02-01 09:57:29 +08:00
test:
entity_id: "http://www.your-domain.com/saml2"
tech_contact_name: "Administrator"
tech_contact_email: "info@your-domain.com"