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>"
}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>"
}Was this page helpful?