Commit 37f4f13f by Jason Bau

changing default shib sp/idp vars more generic

parent 37e8d778
......@@ -16,7 +16,6 @@
roles:
- common
- nginx
- gunicorn
- edxapp
# run this role last
- in_production
shib:
sp_entity_id: 'https://class.stanford.edu/shibboleth'
idp_entity_id: 'https://idp.stanford.edu/'
idp_metadata_url: 'https://idp.stanford.edu/Stanford-metadata.xml'
support_email: 'bugs@class.stanford.edu'
sp_entity_id: 'https://myownshibsp.org/shibboleth'
#defaultng to use testshib.org
idp_entity_id: 'https://idp.testshib.org/idp/shibboleth'
idp_metadata_url: 'http://www.testshib.org/metadata/testshib-providers.xml'
support_email: 'support@myownshibsp.org'
sp_key: |
YOU NEED TO GENERATE A REAL KEY HERE USING OPENSSL
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