Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please refer to the API description in the documentation available at SSO Management API.

Step-by-step guide

  1. Refer to article How to use Use the Ubisecure SSO Management API with curl to start using the Management API. Here it is assumed that you have a valid access token in environment variable BEARER as shown in the article.
  2. Download the IdP metadata and save it to file new-metadata.xml.
  3. Update the metadata in SSO configuration. Use the name of your authentication method instead of saml.test.1 used in the example.

    Code Block
    curl -X PUT -d @new-metadata.xml -H "Content-Type: application/xml" -H "Authorization: Bearer %BEARER%" https://sso.example.com/sso-api/method/saml.test.1/$attribute/metadata


Info
This page is an illustrative example only - typically these calls would be made by other scripting languages or orchestration techniques.

Filter by label (Content by label)
showLabelsfalse
max5
spacesKNB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "sso-api" and type = "page" and space = "KNB"
labelskb-how-to-article

...