Syntax
microsoftEntraID:
tenantId: <string> # required
'$ref': <string>
claims: <string>
claimsIdt: <string>
clientAuthorization: client_secret_basic
clientId: <string>
clientSecret: <string>
httpClientConfiguration: <string>
scope: <string>
ssl: {}
useJWTForClientAuth: <boolean>
microsoftEntraID:
tenantId: <string> # required
'$ref': <string>
claims: <string>
claimsIdt: <string>
clientAuthorization: client_secret_basic
clientId: <string>
clientSecret: <string>
httpClientConfiguration: <string>
scope: <string>
ssl: {}
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 | - | - | - |
| scope | false | - | - | - |
| tenantId | true | - | - | - |
| useJWTForClientAuth | false | - | - | - |
Child Structure
| Element | Cardinality | Description |
|---|---|---|
| ssl | 0..1 | Configures inbound or outbound SSL connections. |