Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): update docs to reflect correct NIH Shib Login IdP config… #1079

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/fence_shibboleth.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ LOGIN_OPTIONS:
idp: fence
fence_idp: shibboleth
shib_idps:
- urn:mace:incommon:nih.gov
- https://auth.nih.gov/IDP
- name: 'UChicago Login'
idp: fence
fence_idp: shibboleth
Expand All @@ -82,7 +82,7 @@ LOGIN_OPTIONS:
idp: fence
fence_idp: shibboleth
shib_idps:
- urn:mace:incommon:nih.gov
- https://auth.nih.gov/IDP
- urn:mace:incommon:uchicago.edu
- name: 'InCommon Login all'
idp: fence
Expand All @@ -104,7 +104,7 @@ LOGIN_OPTIONS:
idp: fence
fence_idp: shibboleth
shib_idps:
- urn:mace:incommon:nih.gov
- https://auth.nih.gov/IDP
- name: 'Do not do this'
idp: fence
fence_idp: shibboleth
Expand Down
2 changes: 1 addition & 1 deletion fence/config-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ LOGIN_OPTIONS: [] # !!! remove the empty list to enable login options!
# fence_idp: shibboleth
# # "shib_idps" can be '*' or a list of one or more entity IDs
# shib_idps:
# - urn:mace:incommon:nih.gov
# - https://auth.nih.gov/IDP
# - urn:mace:incommon:uchicago.edu
# The following can be used for shibboleth login, simply uncomment.
# NOTE: Don't enable shibboleth if the deployment is not protected by
Expand Down