1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-06 08:59:21 +02:00

option for skipping OAuth provider SSL verification

This commit is contained in:
Jehiah Czebotar
2017-03-29 10:57:07 -04:00
parent bb9b607440
commit dcf62d06df
4 changed files with 23 additions and 9 deletions

View File

@@ -54,6 +54,10 @@
## optional directory with custom sign_in.html and error.html
# custom_templates_dir = ""
## skip SSL checking for HTTPS requests
# ssl_insecure_skip_verify = false
## Cookie Settings
## Name - the cookie name
## Secret - the seed string for secure cookies; should be 16, 24, or 32 bytes