Coffrify.Resources.Sso (Coffrify v0.9.0)

View Source

SAML 2.0 SSO configuration (Enterprise plan).

Summary

Functions

Get the SSO configuration.

Update the SSO configuration.

Functions

get(client)

@spec get(Coffrify.t()) :: {:ok, map()} | {:error, Exception.t()}

Get the SSO configuration.

update(client, patch)

@spec update(Coffrify.t(), map()) :: {:ok, map()} | {:error, Exception.t()}

Update the SSO configuration.