Skip to content

Commit

Permalink
Added new scopes for oauth.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarey committed Sep 10, 2015
1 parent e73605c commit 3677f54
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 25 deletions.
92 changes: 69 additions & 23 deletions src/main/resources/swagger/agora.json
Expand Up @@ -109,7 +109,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -160,7 +162,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -220,7 +224,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -369,7 +375,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -420,7 +428,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -476,7 +486,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -562,7 +574,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -613,7 +627,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -664,7 +680,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -708,7 +726,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -764,7 +784,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -829,7 +851,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -894,7 +918,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -952,7 +978,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -994,7 +1022,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -1045,7 +1075,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -1096,7 +1128,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -1140,7 +1174,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -1196,7 +1232,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -1261,7 +1299,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -1326,7 +1366,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand Down Expand Up @@ -1384,7 +1426,9 @@
"security": [
{
"agora_auth": [
"openid"
"openid",
"email",
"profile"
]
}
]
Expand All @@ -1397,7 +1441,9 @@
"authorizationUrl": "https://accounts.google.com/o/oauth2/auth",
"flow": "implicit",
"scopes": {
"openid": "authorized for all"
"openid": "open id authorization",
"email": "email authorization",
"profile": "profile authorization"
}
}
},
Expand Down

0 comments on commit 3677f54

Please sign in to comment.