MMLib.SwaggerForOcelot icon indicating copy to clipboard operation
MMLib.SwaggerForOcelot copied to clipboard

Cant send code_challenge when using SwaggerForOcelot

Open ant-10base opened this issue 10 months ago • 0 comments

I've taken a working swagger implementation that uses the "authorize" button. When this is consumed by SwaggerForOcelot the authorize button shows up however it fails "code_challenge is missing"

image

I've added the same security definitions to the gateway so it looks like:

image

So now I've a gateway definition and the consumed swagger definition (with the authorize button available in both) but still the same problem :(

The only difference I can see is:

image

image

ant-10base avatar Mar 26 '24 18:03 ant-10base