IBM API Hub
Maximo Application Suite Admin APIs 9.0.x

By IBM Maximo

Provides REST APIs for performing Suite administration operations.


API reference

Get the current SSO configuration

GET

/config/sso

Requires System Administration permission.

Request URL
https://api.{mas-instance-id}.{mas-domain}/config/sso
Security
apiKey
x-access-token
required in header
Responses
  • 200

    SSO Configuration

  • 401

    Authentication token is empty or invalid

  • 403

    Authenticated user is not permitted to make the request

  • 404

    The requested resource could not be found

  • 500

    An internal server error occured

Code snippet
    1curl --request GET \
    2  --url https://api.replace_mas-instance-id_variable.replace_mas-domain_variable/config/sso \
    3  --header 'accept: application/json' \
    4  --header 'x-access-token: REPLACE_THIS_VALUE'

      Example response

        1{
        2  "spec": {
        3    "config": {
        4      "defaultIDP": "6938295552442368",
        5      "seamlessLogin": true
        6    }
        7  },
        8  "status": {
        9    "config": {
        10      "defaultIDP": "3511377316544512",
        11      "seamlessLogin": true
        12    },
        13    "conditions": [
        14      {
        15        "lastTransitionTime": "Roy",
        16        "message": "54",
        17        "reason": "zecwenev",
        18        "status": "talpizodi",
        19        "type": "ekukupok"
        20      }
        21    ]
        22  }
        23}