post https://console.neon.tech/api/v2/projects//jwks
Add a new JWKS URL to a project, such that it can be used for verifying JWTs used as the authentication mechanism for the specified project.
The URL must be a valid HTTPS URL that returns a JSON Web Key Set.
The provider_name
field allows you to specify which authentication provider you're using (e.g., Clerk, Auth0, AWS Cognito, etc.).
The branch_id
can be used to specify on which branches the JWKS URL will be accepted. If not specified, then it will work on any branch.
The role_names
can be used to specify for which roles the JWKS URL will be accepted.
The jwt_audience
can be used to specify which "aud" values should be accepted by Neon in the JWTs that are used for authentication.