Skip to content

Commit

Permalink
add new wlcg experiment OPs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Aug 20, 2024
1 parent 34d0478 commit d8fb865
Showing 1 changed file with 39 additions and 13 deletions.
52 changes: 39 additions & 13 deletions config/issuer.config.d/wlcg
Original file line number Diff line number Diff line change
@@ -1,25 +1,51 @@
[{
"issuer": "https://wlcg.cloud.cnaf.infn.it/",
"register": "https://wlcg.cloud.cnaf.infn.it/manage/dev/dynreg",
"pubclient": {
"client_id": "7d6ad1c2-6647-4846-b0d5-c9f6ad0987d0",
"scope": "openid profile email address phone offline_access wlcg wlcg.groups storage.read:/ storage.create:/ storage.modify:/ compute.read compute.modify compute.create compute.cancel eduperson_entitlement eduperson_scoped_affiliation"
},
"legacy_aud_mode": true
}, {
[
{
"issuer": "https://wlcg.cloud.cnaf.infn.it/",
"register": "https://wlcg.cloud.cnaf.infn.it/manage/dev/dynreg",
"pubclient": {
"client_id": "7d6ad1c2-6647-4846-b0d5-c9f6ad0987d0",
"scope": "openid profile email address phone offline_access wlcg wlcg.groups storage.read:/ storage.create:/ storage.modify:/ compute.read compute.modify compute.create compute.cancel eduperson_entitlement eduperson_scoped_affiliation"
},
"legacy_aud_mode": true
},
{
"issuer": "https://alice-auth.cern.ch/",
"register": "https://alice-auth.cern.ch/manage/dev/dynreg",
"legacy_aud_mode": true
},
{
"issuer": "https://atlas-auth.cern.ch/",
"register": "https://atlas-auth.cern.ch/manage/dev/dynreg",
"legacy_aud_mode": true
},
{
"issuer": "https://cms-auth.cern.ch/",
"register": "https://cms-auth.cern.ch/manage/dev/dynreg",
"legacy_aud_mode": true
},
{
"issuer": "https://lhcb-auth.cern.ch/",
"register": "https://lhcb-auth.cern.ch/manage/dev/dynreg",
"legacy_aud_mode": true
},
{
"issuer": "https://alice-auth.web.cern.ch/",
"register": "https://alice-auth.web.cern.ch/manage/dev/dynreg",
"legacy_aud_mode": true
}, {
},
{
"issuer": "https://atlas-auth.web.cern.ch/",
"register": "https://atlas-auth.web.cern.ch/manage/dev/dynreg",
"legacy_aud_mode": true
}, {
},
{
"issuer": "https://cms-auth.web.cern.ch/",
"register": "https://cms-auth.web.cern.ch/manage/dev/dynreg",
"legacy_aud_mode": true
}, {
},
{
"issuer": "https://lhcb-auth.web.cern.ch/",
"register": "https://lhcb-auth.web.cern.ch/manage/dev/dynreg",
"legacy_aud_mode": true
}]
}
]

0 comments on commit d8fb865

Please sign in to comment.