| Name | Required | Default | Description | Examples |
| httpClientConfiguration |
false |
- |
- |
- |
| useJWTForClientAuth |
false |
- |
- |
- |
| clientId |
false |
- |
- |
- |
| src |
true |
- |
- |
- |
| subject |
false |
- |
- |
- |
| claimsIdt |
false |
- |
claims that are requested for the id_token
|
- |
| scope |
false |
- |
- |
- |
| claims |
false |
- |
claims that are requested for the userinfo endpoint
|
- |
| clientAuthorization |
false |
client_secret_basic
|
Client Authorization method (see OIDC Core 1.0 chapter 9
|
- |
| clientSecret |
false |
- |
- |
- |
| internalSrc |
false |
- |
- |
- |
| responseModesSupported |
false |
form_post query fragment
|
Comma- or blank-separated preference list of response modes (highest priority first). Example: <membrane responseModesSupported="form_post query"/>
|
- |