Skip to content

Instantly share code, notes, and snippets.

@zaccone
Created July 14, 2015 07:02
Show Gist options
  • Save zaccone/fc8a9f89f1ef41f74572 to your computer and use it in GitHub Desktop.
Save zaccone/fc8a9f89f1ef41f74572 to your computer and use it in GitHub Desktop.
{ "rules":
[
{
"local": [
{
"user": {
"id": "maro"
}
},
{
"groups": {
"name": "{0}"
},
"domain": {
"name": "ATLAS"
}
},
{
"groups": {
"name": "{1}"
},
"domain": {
"name": "CMS"
}
}
],
"remote":[
{
"type": "eppn",
"any_one_of": [
"myself@testshib.org"
]
},
{
"type": "GROUPS",
"whitelist": [
"Electrons","Protons", "Muons"
]
},
{
"type": "GROUPS",
"whitelist": [
"Quarks", "Neutrino"
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment