Providers
Retrieve details of a specific OAuth provider by slug.
The slug of the resource.
obj_slugProvider details.
The given resource or object was not found or does not exist.
Update the details of an existing OAuth provider. Only superusers can perform this action.
The slug of the resource.
obj_slugThe name of the OAuth provider.
A unique slug identifier for the provider.
URL of the provider's icon.
Client ID for the OAuth provider.
Client secret for the OAuth provider.
The URL for the authorization endpoint of the provider.
The URL for the token endpoint of the provider.
The URL for the user information endpoint of the provider.
A list of URLs whitelisted for the provider.
The type of provider. Possible values: azure, github, google, turkcell.
Additional parameters for the provider.
Indicates whether the provider is active.
Provider updated successfully.
Required field(s) are missing, data is invalid, or the action is not allowed.
Forbidden
Delete an OAuth provider. Only superusers can perform this action.
The slug of the resource.
obj_slugNo content
Forbidden
The given resource or object was not found or does not exist.
No content
Create a new OAuth provider. Only superusers can perform this action.
The name of the OAuth provider.
A unique slug identifier for the provider.
URL of the provider's icon.
Client ID for the OAuth provider.
Client secret for the OAuth provider.
The URL for the authorization endpoint of the provider.
The URL for the token endpoint of the provider.
The URL for the user information endpoint of the provider.
A list of URLs whitelisted for the provider.
The type of provider. Possible values: azure, github, google, turkcell.
Additional parameters for the provider.
Indicates whether the provider is active.
Provider created successfully.
Required field(s) are missing, data is invalid, or the action is not allowed.
Forbidden
Last updated
Was this helpful?

