membrane

Version

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

NameRequiredDefaultDescriptionExamples
$reffalse-Reference a component defined under components.-
claimsfalse-claims that are requested for the userinfo endpoint-
claimsIdtfalse-claims that are requested for the id_token-
clientAuthorizationfalseclient_secret_basicClient Authorization method (see OIDC Core 1.0 chapter 9-
clientIdfalse---
clientSecretfalse---
httpClientConfigurationfalse---
internalSrcfalse---
responseModesSupportedfalseform_post query fragmentComma- or blank-separated preference list of response modes (highest priority first). Example:-
scopefalse---
srctrue---
subjectfalse---
useJWTForClientAuthfalse---

Child Structure

ElementCardinalityDescription
registration0..1
ssl0..1Configures inbound or outbound SSL connections.

Can be used in