SSOProviderService#

class SSOProviderService[source]#

Methods

create

Register a new SSO Provider in this instance.

create(json_body, *, extra_parameters=None)[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:

Saml2ProviderJSON