How to allow user to input client id and client secret in swagger? This is what i have for security definition but It prompts accesstoken which is obtained through client_id and client secret, but I have not been able to make it ask client id and client secret?
securityDefinitions:
api_auth :
type: oauth2
authorizationUrl: 'https://randomapi/aa/token.oauth2'
flow: implicit
scopes:
I also had the same issue. What worked for me was to define flow as application :
flow: application
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With