Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -31103,6 +31103,13 @@
"google"
]
},
{
"description": "The ZooCorp account provider (aka https://auth.corp.zoo.dev).",
"type": "string",
"enum": [
"zoo_corp"
]
},
{
"description": "The GitHub account provider.",
"type": "string",
Expand All @@ -31124,13 +31131,6 @@
"saml"
]
},
{
"description": "The Tencent QQ account provider.",
"type": "string",
"enum": [
"tencent"
]
},
{
"description": "Test provider for integration tests (only available during testing).",
"type": "string",
Expand Down
Loading