Server
Bitbucket Data Center / Reference / REST API

SAML certificate configuration

GET

Get authconfig latest saml certificate

returns the currently used certificate for signing SAML authentication requests

Request

This request has no parameters.

Responses

Currently used certificate in PEM format

application/json

any

GET/authconfig/latest/saml/certificate
1 2 3 curl --request GET \ --url 'http://{baseurl}/rest/authconfig/latest/saml/certificate' \ --header 'Accept: application/json'
POST

Post authconfig latest saml certificate reset

generates a new certificate for signing SAML authentication requests

Request

This request has no parameters.

Responses

The new certificate in PEM format

application/json

any

POST/authconfig/latest/saml/certificate/reset
1 2 3 curl --request POST \ --url 'http://{baseurl}/rest/authconfig/latest/saml/certificate/reset' \ --header 'Accept: application/json'

Rate this page: