Connecting to Hydra using a OIDC client sing APISI...
# talk-hydra
w
Connecting to Hydra using a OIDC client sing APISIX and this the OIDC config:
Copy code
{
  "client_id": "88db464d-7ff2-409a-b8f1-c2d2f403b8c5",
  "client_secret": "secret",
  "discovery": "<http://public.hydra.localhost/.well-known/openid-configuration>",
  "scope": "openid",
  "bearer_only": false,
  "redirect_uri": "<http://127.0.0.1:4446/callback>"
}