mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-09 06:22:57 +00:00
code for local setup of auth-broker
This commit is contained in:
committed by
Ruslan Talpa
parent
5badc7a3fb
commit
cc3af6f7dd
11
local-proxy.json
Normal file
11
local-proxy.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"jwks": [
|
||||
{
|
||||
"id": "1",
|
||||
"role_names": ["authenticated"],
|
||||
"jwks_url": "https://adapted-gorilla-88.clerk.accounts.dev/.well-known/jwks.json",
|
||||
"provider_name": "foo",
|
||||
"jwt_audience": null
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user