oidc Client Assertion
Parameters
value
(OIDCClientAssertion: <optional>)
- Optionally send a signed JWT ("private key jwt") as a client assertion to the OIDC provider. Browse to the concepts-assertions page to learn more.
suspend fun oidcClientAssertion(argument: suspend AclAuthMethodConfigOidcClientAssertionArgsBuilder.() -> Unit)
Parameters
argument
(OIDCClientAssertion: <optional>)
- Optionally send a signed JWT ("private key jwt") as a client assertion to the OIDC provider. Browse to the concepts-assertions page to learn more.