Syntax
membrane:
src: <string> # required
'$ref': <string>
claims: <string>
claimsIdt: <string>
clientAuthorization: client_secret_basic
clientId: <string>
clientSecret: <string>
httpClientConfiguration: <string>
internalSrc: <string>
registration: {}
responseModesSupported: <string>
scope: <string>
ssl: {}
subject: <string>
useJWTForClientAuth: <boolean>
membrane:
src: <string> # required
'$ref': <string>
claims: <string>
claimsIdt: <string>
clientAuthorization: client_secret_basic
clientId: <string>
clientSecret: <string>
httpClientConfiguration: <string>
internalSrc: <string>
registration: {}
responseModesSupported: <string>
scope: <string>
ssl: {}
subject: <string>
useJWTForClientAuth: <boolean>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| $ref | false | - | Reference a component defined under components. | - |
| claims | false | - | claims that are requested for the userinfo endpoint | - |
| claimsIdt | false | - | claims that are requested for the id_token | - |
| clientAuthorization | false | client_secret_basic | Client Authorization method (see OIDC Core 1.0 chapter 9 | - |
| clientId | false | - | - | - |
| clientSecret | false | - | - | - |
| httpClientConfiguration | false | - | - | - |
| internalSrc | false | - | - | - |
| responseModesSupported | false | form_post query fragment | Comma- or blank-separated preference list of response modes (highest priority first). Example: | - |
| scope | false | - | - | - |
| src | true | - | - | - |
| subject | false | - | - | - |
| useJWTForClientAuth | false | - | - | - |
Child Structure
| Element | Cardinality | Description |
|---|---|---|
| registration | 0..1 | |
| ssl | 0..1 | Configures inbound or outbound SSL connections. |