curl --request POST \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/sso/enforce \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enforce": true
}
'{
"enforce": true,
"developerId": "<string>"
}Enable or disable SSO enforcement for your organization. When enabled, all users must authenticate via SSO.
curl --request POST \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/sso/enforce \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"enforce": true
}
'{
"enforce": true,
"developerId": "<string>"
}