ADO.NET Provider for Apache CouchDB

Build 25.0.9434

JWT Authentication

This section provides a complete list of the JWT Authentication properties you can configure in the connection string for this provider.


PropertyDescription
JWTTokenThe JWT to use for authentication.
JWTSubjectThe user subject for which the application is requesting delegated access.
JWTIssuerThe issuer of the JWT.
JWTAlgorithmThe encryption algorithm used for signing the JWT.
JWTExpirationThe amount of time until the JWT expires, in seconds.
JWTKeyTypeThe type of the encryption key used for signing the JWT.
JWTKeyThe encryption key for signing the JWT.
JWTHeadersA collection of extra HTTP headers to include in the JWT header.
JWTClaimsA collection of extra claims to include in the JWT payload.
CredentialsLocationThe filepath of the settings file containing the JWT. If a settings file does not exist in this location, the provider creates a new settings file when it retrieves a JWT.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434