Closed coolerfall closed 6 years ago
@ italolelis I checked API.feature, and I saw that you guys use lower case config field, such as use_auth_header
, auth_header_type
. However, it did not work when I configured introspection
like this. I checked the source code to find that the setting field is not tagged with mapstructure
, so I add the tag, and it works.
What does this PR do?
Fix bug for introspection in oauth2 plugin:
make
before using.mapstructure
should be set in IntrospectionSettings.