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

Support "Connection" property #321

Open Aubron opened 2 years ago

Aubron commented 2 years ago

Per Auth0 Docs, it looks like there's a "Connection" property, that could allow one to throw straight to an expected social provider. It seems like it should be straightforward to map a configuration to provide this if specified.

Would be happy to contribute a PR if this sounds viable.

dniel commented 2 years ago

yeah,. should be easy enough to add, per application or as a global setting? If you add ass a PR I'll check it out and release it.