Closed
Description
Environment
- lua-resty-openidc version (e.g. 1.7.0)
Expected behaviour
The introspection_endpoint can be find in discovered data,and why does not this parameter use discovered data?
Actual behaviour
I need pass this parameter.
Minimized example
-- call the introspection endpoint
json, err = openidc.call_token_endpoint(opts, opts.introspection_endpoint, body, opts.introspection_endpoint_auth_method, "introspection")
Configuration and NGINX server log files
Config and logs for the minimized example, possibly provided as attachments.