When trying to use the openid-connect plugin for Kong Manager, Portal or proxy authentication using authorization code flow, I am getting a 401 response, and see “notice” log entries like the following:
2025/02/16 10:05:15 [notice] 24#0: *3711 [lua] cache.lua:502: get_config(): [openid-connect] loading configuration for https://<IdPEndpoint>.well-known/openid-configuration using discovery failed: timeout, client: <clientIP>, server: kong_admin, request: "GET /auth?<userTryingToLogin>", host: "https://<kongHostName>", referrer: "https://<konghostname>/"Note that the (falling back to previous configuration) clause is logged separately at the debug log level and does not appear alongside this message at Kong’s default notice log level.