Skip to content

Instantly share code, notes, and snippets.

@dima767
Created March 11, 2012 17:24
Show Gist options
  • Select an option

  • Save dima767/2017200 to your computer and use it in GitHub Desktop.

Select an option

Save dima767/2017200 to your computer and use it in GitHub Desktop.
{
"services":[
{
"id":"1",
"serviceId":"https://www.google.com",
"name":"GOOGLE",
"description":"Test Google service",
"evaluationOrder":"1",
"extraAttributes":{
"authzAttributes":{
"eduPersonAffiliation":["student_current", "alumni"]
},
"unauthorizedRedirectUrl":"https://www.google.com?q=un"
}
},
{
"id":"2",
"serviceId":"https://yahoo.com",
"name":"YAHOO",
"description":"Test Yahoo service",
"evaluationOrder":"2",
"extraAttributes":{
"authzAttributes":{
"eduPersonAffiliation":["employee"]
},
"unauthorizedRedirectUrl":"https://www.yahoo.com?q=un"
}
},
{
"id":"3",
"serviceId":"https://twitter.com",
"name":"TWITTER",
"description":"Test Twitter service",
"evaluationOrder":"3",
"extraAttributes":{
"authzAttributes":{
"eduPersonAffiliation":["employee", "nb_employee"]
},
"unauthorizedRedirectUrl":"https://twitter.com?q=un"
}
},
{
"id":"4",
"serviceId":"https://**",
"name":"HTTPS",
"description":"Any HTTPS",
"evaluationOrder":"1000"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment