Skip to content

OAuth JWKS URL Auth Node

Web/Auth

OAuth JWKS URL Auth

Creates OAuth bearer auth that fetches a JWKS endpoint once when the server starts.

oauth_jwks_url_authweb
Inputs4
Outputs1
Security exposure10/10
Packageweb

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

4

JWKS URL

String
jwks_url

JWKS endpoint URL

Issuer

String
issuer

Required token issuer. Empty disables issuer validation.

Audience

String
audience

Required token audience. Empty disables audience validation.

Required Scopes

String Array
required_scopes

Scopes that must be present in the token scope/scp claims.

Output Pins

1

Auth

Struct
auth

OAuth auth config

RestAuthConfigRestAuthConfig6 fields
variant 1objectvariant
typeconstrequired
const "none"
variant 2objectvariant
headerstringrequired
keystringrequired
typeconstrequired
const "api_key"
variant 3objectvariant
tokenstringrequired
typeconstrequired
const "bearer_token"
variant 4objectvariant
usernamestringrequired
passwordstringrequired
typeconstrequired
const "basic_auth"
variant 5objectvariant
secretstringrequired
signature_headerstring
default "x-signature"
timestamp_headerstring
default "x-timestamp"
max_skew_secondsinteger:uint64
format uint64default 300min 0
typeconstrequired
const "hmac_sha256"
variant 6objectvariant
issuerstring | null
default null
audiencestring | null
default null
required_scopesArray<string>
default []
itemsstringarray item
jwks_urlstring | null
default null
jwks_flow_pathanyOf (2)
default null
variant 1FlowPathvariant
pathstringrequired
store_refstringrequired
cache_store_refstring | null
variant 2nullvariant
+2 more fields
Schema enforced

Node Info

Internal name
oauth_jwks_url_auth
Category
Web/Auth
Version
3