v1
latestOpenAPI 3.0.02026-07-14169146300.3 KBAuth
Updates a SSO provider by its UUID
put/v1/projects/{ref}/config/auth/sso/providers/{provider_id}
Path parameters
refstring required
Example:abcdefghijklmnopqrst
Project ref
provider_idstring uuid required
Example:77777777-7777-4777-8777-777777777777
Request body
Example request
{
"metadata_url": "https://sso.acme.com/metadata.xml",
"domains": [
"acme.com",
"contractors.acme.com"
]
}