nokia / kong-oidc

OIDC plugin for Kong
Apache License 2.0
457 stars 324 forks source link

Introspection writes to error log if authorization bearer header is missing. #16

Closed phirvone closed 6 years ago

phirvone commented 6 years ago

Plugin invokes openidc.introspect relying it will handle cases where access token exists or not. And it does. Unfortunately it writes to error log at openidc_get_bearer_access_token if access token is missing.