Options for the 'oidc' connection
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionOptionsOIDC", "title": "ConnectionOptionsOIDC", "description": "Options for the 'oidc' connection", "type": "object", "allOf": [ { "$ref": "#/components/schemas/ConnectionOptionsCommonOIDC" }, { "type": "object", "properties": { "attribute_map": { "$ref": "#/components/schemas/ConnectionAttributeMapOIDC" }, "discovery_url": { "$ref": "#/components/schemas/ConnectionDiscoveryUrl" }, "type": { "$ref": "#/components/schemas/ConnectionTypeEnumOIDC" } } }, { "$ref": "#/components/schemas/ConnectionOptionsCommon" } ], "additionalProperties": true }