light-mode-image
Learn
MATTR VII PlatformInteraction hook

Retrieve Interaction Hook

Retrieves the Interaction Hook configuration from your tenant.

Analytics Events

CREDENTIAL_PROVIDER_OPENID_CONFIGURATION_RETRIEVE_STARTCREDENTIAL_PROVIDER_OPENID_CONFIGURATION_RETRIEVE_SUCCESSCREDENTIAL_PROVIDER_OPENID_CONFIGURATION_RETRIEVE_FAIL

Roles

adminissuer
GET/v1/openid/configuration
AuthorizationBearer <token>

In: header

Response Body

curl -X GET "https://example.vii.au01.mattr.global/v1/openid/configuration"
{
  "interactionHook": {
    "url": "https://example-university.com/callback",
    "claims": [
      "first_name",
      "last_name",
      "email"
    ],
    "sessionTimeoutInSec": 1200,
    "disabled": false,
    "secret": "dGtUrijBOT6UUJ8JO4kAFyGfhahDlVVeIk/sPbWTa7c="
  }
}

How would you rate this page?