latest--oidc_apigw-plugin-schema
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/dwp-exchange-gateway/_shared/latest--oidc_apigw-plugin-schema.json |
| Parent schema | dwp-exchange-gateway |
Properties
The identity provider the plugin will interact with to carry our the OpenId Connect auth code flow
Determines whether the JWKS endpoints for your IDP will be internet facing
The URL of the HTTPS proxy to use for outgoing requests
The scopes required to be present in the access token (or introspection results) for successful authorization.
The audience required to be present in the access token (or introspection results) for successful authorization.
Reference to the client id env var in the gateway, refer to gateway module for details
Time is expressed in milliseconds
The introspection endpoint. If set it overrides the value in introspection_endpoint returned by the discovery endpoint
Where to redirect the client on forbidden requests
The groups required to be present in the access token (or introspection results) for successful authorization.
Types of credentials/grants to enable
The header to use for the introspection request to the upstream server
Time is expressed in milliseconds
Reference to the client secret env var in the gateway, refer to gateway module for details