Files
directus/packages/spec/specs/paths/auth/sso.yaml
2020-09-14 20:01:01 +02:00

22 lines
547 B
YAML

get:
tags:
- Authentication
operationId: sso
description: List the SSO providers.
responses:
'200':
description: Successful request
content:
application/json:
schema:
type: object
properties:
public:
type: boolean
data:
type: array
example: ["github", "facebook"]
items:
type: string
'401':
$ref: '../../openapi.yaml#/components/responses/UnauthorizedError'