diff --git a/AUTHORS b/AUTHORS index 2ba7f3325..7f3f21276 100644 --- a/AUTHORS +++ b/AUTHORS @@ -22,6 +22,7 @@ Asif Saif Uddin Bart Merenda Bas van Oostveen Brian Helba +Carl Schwan Dave Burkholder David Fischer David Smith diff --git a/docs/oidc.rst b/docs/oidc.rst index 8dfea2e16..f4fdfd09c 100644 --- a/docs/oidc.rst +++ b/docs/oidc.rst @@ -80,7 +80,7 @@ Now we need to add this key to our settings and allow the ``openid`` scope to be used. Assuming we have set an environment variable called ``OIDC_RSA_PRIVATE_KEY``, we can make changes to our ``settings.py``:: - import os.environ + import os OAUTH2_PROVIDER = { "OIDC_ENABLED": True,