API Resource

This models an API resource.

CCP API Resource Setting

Enabled

Indicates if this resource is enabled and can be requested. Defaults to true.

Name

The unique name of the API. This value is used for authentication with introspection and will be added to the audience of the outgoing access token.

DisplayName

This value can be used e.g. on the consent screen.

Description

This value can be used e.g. on the consent screen.

ApiSecrets

The API secret is used for the introspection endpoint. The API can authenticate with introspection using the API name and secret.

AllowedAccessTokenSigningAlgorithms

List of allowed signing algorithms for access token. If empty, will use the server default signing algorithm.

UserClaims

List of associated user claim types that should be included in the access token.

Scopes

List of API scope names.

August 26, 2019