SSOProviderService#

class SSOProviderService[source]#

Methods

get_all

Get all the SSO providers.

create

Register a new SSO Provider in this instance.

get_all(*, page_size=20)[source]#

Get all the SSO providers.

Parameters:

page_size (int) – The size of a single page, maximum is 50.

Returns:

The SSO providers, paginated.

Return type:

Response[Saml2Provider]

create(json_body)[source]#

Register a new SSO Provider in this instance.

Users will be able to login using the registered provider.

The request should contain two files. One named json containing the json data explained below and one named logo containing the backup logo.

Parameters:
Returns:

The just created provider.

Return type:

Saml2Provider