SSOProviderService#
- class SSOProviderService[source]#
Methods
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:
json_body (
Union
[dict
,list
,CreateSSOProviderData
]) – The body of the request. SeeCreateSSOProviderData
for information about the possible fields. You can provide this data as aCreateSSOProviderData
or as a dictionary.extra_parameters (
Optional
[Mapping
[str
,Union
[str
,bool
,int
,float
]]]) – The extra query parameters you might want to add. By default no extra query parameters are added.self (SSOProviderService[AuthenticatedClient]) –
- Returns:
The just created provider.
- Return type: