Haufe-Lexware / wicked.haufe.io

An API Management system based on Mashape Kong
http://wicked.haufe.io
Other
123 stars 37 forks source link

Swagger UI application should be pre-defined as a confidential client #174

Closed DonMartin76 closed 5 years ago

DonMartin76 commented 5 years ago

Since 1.0.0-rc.1, the default values for the Swagger UI application each user can create to test OAuth2 flows in the portal, default to a "Single Page Application". This means that the Authorization Code Grant does not work, as Swagger UI by default tries to behave like a confidential client.

This should be changed to "Confidential Client" by default.