Commit 37f4f13f by Jason Bau

changing default shib sp/idp vars more generic

parent 37e8d778
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
roles: roles:
- common - common
- nginx - nginx
- gunicorn
- edxapp - edxapp
# run this role last # run this role last
- in_production - in_production
shib: shib:
sp_entity_id: 'https://class.stanford.edu/shibboleth' sp_entity_id: 'https://myownshibsp.org/shibboleth'
idp_entity_id: 'https://idp.stanford.edu/' #defaultng to use testshib.org
idp_metadata_url: 'https://idp.stanford.edu/Stanford-metadata.xml' idp_entity_id: 'https://idp.testshib.org/idp/shibboleth'
support_email: 'bugs@class.stanford.edu' idp_metadata_url: 'http://www.testshib.org/metadata/testshib-providers.xml'
support_email: 'support@myownshibsp.org'
sp_key: | sp_key: |
YOU NEED TO GENERATE A REAL KEY HERE USING OPENSSL YOU NEED TO GENERATE A REAL KEY HERE USING OPENSSL
sp_pem: | sp_pem: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment