JWTAuthenticatorInfo
JWTAuthenticatorInfo
Information about JWT authenticator.
JSON Example
{
"description": "Jwt Authenticator Description",
"id": "42e47f15-aad0-221a-b231-ea4a3a134ec9",
"issuer": "portal",
"name": "Jwt Authenticator",
"public_keys": [
"{\"kid\":\"keyId\",\"kty\":\"RSA\",\"n\":\"modulus\",\"e\":\"exponent\"}"
],
"url": "https://example.com/portal/.well-known/openid-configuration"
}
string
description
Optional
The description of this JWT authenticator.
string
id
Optional
Unique ID of this JWT authenticator.
string
issuer
Optional
The issuer of this JWT authenticator. The configured value is matched against the "iss" claim of the JWT.
string
name
Optional
The name of this JWT authenticator.
array of string
public_keys
Optional
The stored public keys for this JWT authenticator.
string
url
Optional
The URL to fetch the public keys for this authenticator.