code for local setup of auth-broker

This commit is contained in:
Conrad Ludgate
2025-06-19 09:51:11 +01:00
committed by Ruslan Talpa
parent 5badc7a3fb
commit cc3af6f7dd

11
local-proxy.json Normal file
View 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
}
]
}