Skip to content

Commit

Permalink
Merge pull request #557 from indigo-dc/add-cilogon
Browse files Browse the repository at this point in the history
Add cilogon
  • Loading branch information
zachmann authored Jan 5, 2024
2 parents 35599e1 + a8f4c03 commit a349f50
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci-scripts/local-before-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ case ${DISTRO} in
buster) make buster-debsource ;;
esac
;;
win) # Do nothing for windows
;;
*) # We expect only RPM by default
[ -d rpm ] || {
echo "using freshly cloned and adapted rpm folder"
Expand Down
8 changes: 8 additions & 0 deletions config/issuer.config.d/cilogon
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"issuer": "https://cilogon.org",
"contact": "",
"pubclient": {
"client_id": "cilogon:/client_id/657ba8a09892e3122957a61a0729201d",
"scope": "openid profile email offline_access org.cilogon.userinfo edu.uiuc.ncsa.myproxy.getcert"
}
}

0 comments on commit a349f50

Please sign in to comment.