From 9319dda0ec04dcbf50b8e9e248ef51759890172b Mon Sep 17 00:00:00 2001 From: Johannes Langer Date: Sat, 21 Oct 2017 01:36:14 +0200 Subject: [PATCH] Added ability to ignore cert for oauth2 provider (#971) * Added ability to ignore cert for oauth2 provider This is useful for development environments where the OAuth provider doesn't have a valid cert! * Setting default for OAUTH2_VERIFY_CERT to true --- docs/administration.rst | 7 +++++++ lemur/auth/views.py | 9 +++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/administration.rst b/docs/administration.rst index fca81f1a..b9b229b7 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -496,6 +496,13 @@ For more information about how to use social logins, see: `Satellizer