We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5531cb9 commit e761ebcCopy full SHA for e761ebc
AUTHORS
@@ -22,6 +22,7 @@ Asif Saif Uddin
22
Bart Merenda
23
Bas van Oostveen
24
Brian Helba
25
+Carl Schwan
26
Dave Burkholder
27
David Fischer
28
David Smith
docs/oidc.rst
@@ -80,7 +80,7 @@ Now we need to add this key to our settings and allow the ``openid`` scope to
80
be used. Assuming we have set an environment variable called
81
``OIDC_RSA_PRIVATE_KEY``, we can make changes to our ``settings.py``::
82
83
- import os.environ
+ import os
84
85
OAUTH2_PROVIDER = {
86
"OIDC_ENABLED": True,
0 commit comments