cURL
curl --request GET \ --url https://api.example.com/settings/saml \ --cookie fastapiusersauth=
{ "saml_enabled": true, "saml_enforced": true, "saml_sp_acs_url": "<string>", "saml_idp_metadata_url": "<string>" }
Successful Response
Was this page helpful?