v1
latestOpenAPI 3.0.02026-07-14169146300.3 KBAuth
Creates a new SSO provider
post/v1/projects/{ref}/config/auth/sso/providers
Path parameters
refstring required
Example:abcdefghijklmnopqrst
Project ref
Request body
Example request
{
"type": "saml",
"metadata_url": "https://sso.acme.com/metadata.xml",
"domains": [
"acme.com"
],
"attribute_mapping": {
"keys": {
"email": {
"name": "email"
},
"first_name": {
"name": "first_name"
},
"last_name": {
"name": "last_name"
}
}
}
}