puffproject / course-management

Backend microservice for managing courses, assignments and user actions in the puff platform.
MIT License
1 stars 0 forks source link

Fix Swagger to use OAuth 2.0 Implicit flow when authenticating using Keycloak #23

Open benjaminkostiuk opened 3 years ago

benjaminkostiuk commented 3 years ago

Don't want to have dev deployed and exposing the client secret for the user-auth client. Swagger should use the implicit oauth flow instead of client credentials, taking advantage of the keycloak login page.