Skip to main content
POST
Create a New SAML Provider from Metadata
Applies to BloodHound Enterprise and CE

Authorizations

Authorization
string
header
required

Authorization: Bearer $JWT_TOKEN

Body

multipart/form-data
name
string
required

Name of the new SAML provider.

metadata
file
required

Metadata XML file.

config.auto_provision.enabled
string
required

boolean that, if enabled, allows SSO providers to auto provision bloodhound users on initial login

Example:

"true"

config.auto_provision.default_role_id
string
required

default role id for the user created from SSO provider auto provision

Example:

"3"

config.auto_provision.role_provision
string
required

boolean that, if enabled, allows sso providers to manage roles for newly created users

Example:

"false"

Response

OK

data
object