sources_oauth_list
GET/sources/oauth/
Source Viewset
Request
Query Parameters
Only return sources with JWKS data
Which field to use when ordering the results.
A page number within the paginated result set.
Number of results to return per page.
Possible values: [all
, any
]
A search term.
Possible values: [email_deny
, email_link
, identifier
, username_deny
, username_link
]
How the source determines if an existing user should be authenticated or a new user enrolled.
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
pagination
object
required
results
object[]
required
Source's display Name.
Possible values: <= 50 characters
, Value must match regular expression ^[-a-zA-Z0-9_]+$
Internal source name, used in URLs.
Flow to use when authenticating existing users.
Flow to use when enrolling new users.
Get object component so that we know how to edit the object
Return object's verbose_name
Return object's plural verbose_name
Return internal model name
Possible values: [all
, any
]
Possible values: [identifier
, email_link
, email_deny
, username_link
, username_deny
]
Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
Possible values: [apple
, openidconnect
, azuread
, discord
, facebook
, github
, gitlab
, google
, mailcow
, okta
, patreon
, reddit
, twitch
, twitter
]
Possible values: <= 255 characters
URL used to request the initial token. This URL is only required for OAuth 1.
Possible values: <= 255 characters
URL the user is redirect to to conest the flow.
Possible values: <= 255 characters
URL used by authentik to retrieve tokens.
Possible values: <= 255 characters
URL used by authentik to get user information.
Get OAuth Callback URL
type
object
required
Serializer for SourceType
{
"pagination": {
"next": 0,
"previous": 0,
"count": 0,
"current": 0,
"total_pages": 0,
"start_index": 0,
"end_index": 0
},
"results": [
{
"pk": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"slug": "string",
"enabled": true,
"authentication_flow": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"enrollment_flow": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"component": "string",
"verbose_name": "string",
"verbose_name_plural": "string",
"meta_model_name": "string",
"policy_engine_mode": "all",
"user_matching_mode": "identifier",
"managed": "string",
"user_path_template": "string",
"icon": "string",
"provider_type": "apple",
"request_token_url": "string",
"authorization_url": "string",
"access_token_url": "string",
"profile_url": "string",
"consumer_key": "string",
"callback_url": "string",
"additional_scopes": "string",
"type": {
"name": "string",
"verbose_name": "string",
"urls_customizable": true,
"request_token_url": "string",
"authorization_url": "string",
"access_token_url": "string",
"profile_url": "string",
"oidc_well_known_url": "string",
"oidc_jwks_url": "string"
},
"oidc_well_known_url": "string",
"oidc_jwks_url": "string",
"oidc_jwks": {}
}
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "string",
"code": "string"
}