Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Emerging Technology Puppet Modules
shibsp
Commits
4dc52fc2
Commit
4dc52fc2
authored
Mar 09, 2016
by
Scotty Logan
Browse files
added README
parent
4d4fdb8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
4dc52fc2
# Shibboleth SP Configuration
This puppet module creates a very simple Shibboleth configuration
for Stanford SPs. To configure a node to authenticate against
Stanford's production IdP, and using the default webmaster@fqdn
contact email, use this:
node webapp {
class { 'shibboleth_sp': }
}
To customize the supportContact email address, use the contact
parameter:
node webapp {
class { 'shibboleth_sp':
contact => 'admin@webapp.stanford.edu',
}
}
You can also choose a different IdP - set the IdP parameter to 'dev'
for idp-dev.stanford.edu, or 'itlab' for idp.itlab.stanford.edu:
node default {
class { 'shibboleth_sp':
idp => 'itlab',
contact => 'admin@itlab.stanford.edu',
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment