Signed-off-by: DanRoscigno <dan@roscigno.com> Co-authored-by: Dan Roscigno <dan@roscigno.com>
This commit is contained in:
parent
de98d5a362
commit
38e8956901
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ PROPERTIES (
|
|||
```SQL
|
||||
CREATE SECURITY INTEGRATION <security_integration_name>
|
||||
PROPERTIES (
|
||||
"type" = "jwt",
|
||||
"type" = "authentication_jwt",
|
||||
"jwks_url" = "",
|
||||
"principal_field" = "",
|
||||
"required_issuer" = "",
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ PROPERTIES (
|
|||
```SQL
|
||||
CREATE SECURITY INTEGRATION <security_integration_name>
|
||||
PROPERTIES (
|
||||
"type" = "jwt",
|
||||
"type" = "authentication_jwt",
|
||||
"jwks_url" = "",
|
||||
"principal_field" = "",
|
||||
"required_issuer" = "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue