-
Updated
Nov 26, 2020 - Python
traefik
Here are 701 public repositories matching this topic...
-
Updated
Sep 24, 2020 - Shell
-
Updated
Nov 17, 2020 - Go
-
Updated
Jul 29, 2020 - JavaScript
I need to do a collateral call to google APIs from my backend to get additional information about the user (full name, profile picture, team, ...). For that, I need to have the access token. Unfortunately, now I only have access to the user's email.
A solution could be to return the access token in the header key X-Forwarded-AccessToken but I think we will have to manage when the access token
-
Updated
Oct 10, 2019 - Smarty
-
Updated
Sep 1, 2020 - Shell
-
Updated
Feb 7, 2020 - Python
-
Updated
Nov 21, 2020 - Shell
-
Updated
Oct 27, 2018 - Go
-
Updated
Oct 23, 2020 - Shell
-
Updated
Apr 18, 2020 - Python
-
Updated
Jul 17, 2018 - Shell
-
Updated
Nov 26, 2020 - Go
-
Updated
Nov 26, 2019
-
Updated
Sep 17, 2020 - Dockerfile
-
Updated
Aug 25, 2020 - JavaScript
-
Updated
Nov 27, 2019 - Shell
-
Updated
Nov 29, 2020 - CSS
-
Updated
Jun 15, 2020 - JavaScript
-
Updated
Jan 15, 2020 - PHP
-
Updated
Sep 12, 2019 - Python
-
Updated
Apr 12, 2018 - JavaScript
Improve this page
Add a description, image, and links to the traefik topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the traefik topic, visit your repo's landing page and select "manage topics."
Hi,
I would like to connect to my LDAP server through StartTLS instead of LDAPS.
I saw that it is already implemented here # 240 but I can't find how to activate it. If I use the "ldap://" prefix in the url, Authelia will use an insecure connection.
Thanks for your work !