Burgyn / MMLib.SwaggerForOcelot

This repo contains swagger extension for ocelot.
MIT License
351 stars 93 forks source link

Cant send code_challenge when using SwaggerForOcelot #290

Open ant-10base opened 5 months ago

ant-10base commented 5 months ago

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