updates to the oauth work

This commit is contained in:
Ziti-Ci
2023-09-05 09:55:55 -05:00
parent 18424a1b48
commit 2b0dc71f93
23 changed files with 1136 additions and 187 deletions

View File

@ -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": {