dniel / traefik-forward-auth0

A backend for performing forward authentication with Auth0 using the Traefik reverse proxy.
GNU General Public License v3.0
85 stars 15 forks source link

new feature, support for client credentials. #263

Closed dniel closed 4 years ago

dniel commented 4 years ago

When using BASIC authentication against a service, the ForwardAuth application will use the username and password as clientId and clientSecret to look up access token using client_credentials flow. This is useful when doing machine to machine lookup instead of end user authorization grant flow.

In addition to the new feature, this pull request also contains

sonarcloud[bot] commented 4 years ago

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 1 Code Smell

10.2% 10.2% Coverage
0.0% 0.0% Duplication