[Doc] correct parameter for enabling JWT auth (backport #62242) (#62306)

Signed-off-by: DanRoscigno <dan@roscigno.com>
Co-authored-by: Dan Roscigno <dan@roscigno.com>
This commit is contained in:
mergify[bot] 2025-08-26 02:39:15 +00:00 committed by GitHub
parent de98d5a362
commit 38e8956901
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -126,13 +126,13 @@ PROPERTIES (
```SQL
CREATE SECURITY INTEGRATION <security_integration_name>
PROPERTIES (
"type" = "jwt",
"type" = "authentication_jwt",
"jwks_url" = "",
"principal_field" = "",
"required_issuer" = "",
"required_audience" = ""
"comment" = ""
)
);
```
#### Parameters

View File

@ -126,7 +126,7 @@ PROPERTIES (
```SQL
CREATE SECURITY INTEGRATION <security_integration_name>
PROPERTIES (
"type" = "jwt",
"type" = "authentication_jwt",
"jwks_url" = "",
"principal_field" = "",
"required_issuer" = "",

View File

@ -126,7 +126,7 @@ PROPERTIES (
```SQL
CREATE SECURITY INTEGRATION <security_integration_name>
PROPERTIES (
"type" = "jwt",
"type" = "authentication_jwt",
"jwks_url" = "",
"principal_field" = "",
"required_issuer" = "",