For the complete documentation index, see llms.txt. This page is also available as Markdown.

Console Saml

Download the saml.xml configuration file

get
Responses
200

The file

No content

get/samlconsole

No content

Update the saml.xml configuration by uploading a new file

post
Body
entityobjectOptional
messageBodyWorkersobject · MessageBodyWorkersOptional
providersobject · ProvidersOptional
Responses
204

File uploaded

No content

post/samlconsole

No content

Remove the saml.xml configuration file

delete
Responses
200

File removed

No content

delete/samlconsole
200

File removed

No content

Changes the certificate to be used with SAML

post

Replaces the currently used certificate with the one uploaded in PEM format. The PEM file must be unencrypted (no password) and contain both the certificate and the private key.

Body
fileobjectOptional
Responses
200

Certificate successfully changed

No content

post/samlconsole/certificate
200

Certificate successfully changed

No content

Delete the specified SAML certificate from the SAML keystore.

delete

Delete the certificate from the SAML keystore and replace it with a generated certificate as done by default.

Responses
200

The certificate was successfully deleted.

No content

delete/samlconsole/certificate
200

The certificate was successfully deleted.

No content

Returns the SAML Service Provider metadata for this instance.

get
Query parameters
completebooleanOptional
Responses
200

metadata successfully found.

No content

get/samlconsole/metadata
200

metadata successfully found.

No content

Last updated

Was this helpful?