Configuring Maximo Application Suite to synchronize user and groups with SCIM 2.0
Starting in Maximo® Application Suite 9.0, you set up the user and group synchronization in the identity provider by using the SCIM 2.0 API endpoints from Maximo Application Suite. You initially create an API Key in Maximo Application Suite to generate a JSON Web Token.
About this task
To invoke the new SCIM 2.0 APIs with the identity provider, an authentication token, which is
called a JSON Web Token, is required. This token is obtained by using a Maximo Application Suite API key. The API key requires user admin
permissions.
By default the JSON Web Token has a short expiry time
and requires frequent regeneration and
reconfiguration of the connection details in the identity provider. You can specify an expiry
duration for the token as part of the authenticated request by specifying an HTTP Header as part of
the request, with the name mas-jwt-expiry-duration and a value that is an ISO8601
duration. For example, you can specify P90D for 90-day expiry.
Starting in Maximo Application Suite
9.1.7 and 9.0.18, you can generate the
JSON Web Token with an expiration greater than 90 days or without any expiration time. For example,
you can specify the mas-jwt-expiry-duration header name as P100Y
for a 100-year duration or NEVER to never expire.