Adds a new JSON Web Key Set (JWKS) URL to a Neon project for JWT-based authentication. The JWKS URL must point to a valid HTTPS endpoint that returns cryptographic keys used to verify JSON Web Tokens (JWTs). Use this action to configure authentication with identity providers lik…
jwks_urlRequiredstringA valid HTTPS URL that returns a JSON Web Key Set (JWKS) for JWT verification. Examples: https://www.googleapis.com/oauth2/v3/certs (Google), https://login.microsoftonline.com/common/discovery/v2.0/keys (Microsoft), https://appleid.apple.com/auth/keys (Apple).
branch_idstringThe Neon branch ID to associate the JWKS with. If omitted, the JWKS applies to all branches in the project.
project_idRequiredstringThe Neon project ID
role_namesarrayList of database role names that the JWKS should be mapped to. If omitted, defaults to authenticator, authenticated, and anonymous roles. Maximum of 10 role names allowed.
jwt_audiencestringThe required 'aud' (audience) claim value that must be present in JWTs for authentication. Used to ensure tokens are intended for your specific application.
provider_nameRequiredstringThe name of the authentication provider (e.g., Clerk, Stytch, Auth0)
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.