Skip to content

Instantly share code, notes, and snippets.

@akkornel
Created April 6, 2018 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akkornel/6b4c62204916e0c11ad84e093adfa9aa to your computer and use it in GitHub Desktop.
Save akkornel/6b4c62204916e0c11ad84e093adfa9aa to your computer and use it in GitHub Desktop.
Globus Connect Server configuration (Stanford-specific), part 2 for CILogon authentication
; vim: filetype=dosini : nospell :
;------------------------------
; Globus Configuration, Part 2
; CILogon Authentication
;------------------------------
; This is the part of /etc/globus-connect-server.conf that is specific to the
; CILogon authentication method. You should add this content to the end of
; the file, after you have filled in the content for Part 1.
; Part 1 is available here:
; https://gist.github.com/akkornel/b609c892271fa11fcf0504e07d6ed3f3
; Instructions related to this part are available here:
; https://globus.stanford.edu/server/cilogon.html
; NOTE: If you change anything in this file, you must re-run the
; globus-connect-server-setup command.
; This section tells globus-connect-server-setup that you are
; going to use CILogon authentication. There is nothing to
; customize in this section.
[Security]
FetchCredentialFromRelay = True
IdentityMethod = CILogon
CILogonIdentityProvider = Stanford University
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment