Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.83 KB

gravitee.io-am-authorization-server.md

File metadata and controls

41 lines (30 loc) · 1.83 KB
description
This page provides the technical details of the Gravitee.io AM Authorization Server

Gravitee.io AM Authorization Server

Overview

The Gravitee.io AM Authorization Server resource is defined to introspect an access_token generated by a Gravitee.io Access Management instance.

Compatibility with APIM

The following is the compatibility matrix for APIM and the Gravitee.io AM Authorization Server resource:

Plugin version APIM version
2.x+ 3.18.x+
1.14.x+ 3.10.x to 3.17.x
Up to 1.13.x Up to 3.9.x

Configuration

This resource can be configured with the following options:

PropertyRequiredDescriptionTypeDefault
serverURLXThe URL of the Gravitee.io Access Management server.string-
securityDomainXThe security domain (realm) from where the token has been generated and must be introspect.string-
clientIdXThe client identifier.string-
clientSecretXThe client secret.string-
userClaim-User claim field used to store end user on log analytics.stringsub
useSystemProxy-Use system proxy.booleanfalse

Example

{
    "configuration": {
        "clientId": "my-client",
        "clientSecret": "f2ddb55e-30b5-4a45-9db5-5e30b52a4574",
        "securityDomain": "my-security",
        "serverURL": "https://graviteeio_access_management",
        "userClaim": "sub"
    }
}