mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 08:05:04 +02:00
updates to the oauth work
This commit is contained in:
@ -712,8 +712,7 @@ func init() {
|
||||
{
|
||||
"type": "string",
|
||||
"name": "state",
|
||||
"in": "query",
|
||||
"required": true
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
@ -726,6 +725,15 @@ func init() {
|
||||
"200": {
|
||||
"description": "testing"
|
||||
},
|
||||
"302": {
|
||||
"description": "redirect back to share",
|
||||
"headers": {
|
||||
"location": {
|
||||
"type": "string",
|
||||
"description": "Redirect URL"
|
||||
}
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "internal server error"
|
||||
}
|
||||
@ -1516,6 +1524,9 @@ func init() {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"oauthAuthorizationCheckInterval": {
|
||||
"type": "string"
|
||||
},
|
||||
"oauthEmailDomains": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@ -1525,7 +1536,8 @@ func init() {
|
||||
"oauthProvider": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"amazon"
|
||||
"github",
|
||||
"google"
|
||||
]
|
||||
},
|
||||
"reserved": {
|
||||
@ -2353,8 +2365,7 @@ func init() {
|
||||
{
|
||||
"type": "string",
|
||||
"name": "state",
|
||||
"in": "query",
|
||||
"required": true
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
@ -2367,6 +2378,15 @@ func init() {
|
||||
"200": {
|
||||
"description": "testing"
|
||||
},
|
||||
"302": {
|
||||
"description": "redirect back to share",
|
||||
"headers": {
|
||||
"location": {
|
||||
"type": "string",
|
||||
"description": "Redirect URL"
|
||||
}
|
||||
}
|
||||
},
|
||||
"500": {
|
||||
"description": "internal server error"
|
||||
}
|
||||
@ -3157,6 +3177,9 @@ func init() {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"oauthAuthorizationCheckInterval": {
|
||||
"type": "string"
|
||||
},
|
||||
"oauthEmailDomains": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@ -3166,7 +3189,8 @@ func init() {
|
||||
"oauthProvider": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"amazon"
|
||||
"github",
|
||||
"google"
|
||||
]
|
||||
},
|
||||
"reserved": {
|
||||
|
Reference in New Issue
Block a user