fix: small improvements to local dev (#2699)

* dont commit pem files to git
* update readme ngrok instructions
* quote the OIDC scope string
This commit is contained in:
Nan Yu
2021-10-28 21:44:14 -07:00
committed by GitHub
parent 9a1c5c187e
commit 61d56922d5
3 changed files with 4 additions and 3 deletions

View File

@@ -94,10 +94,10 @@ OIDC_USERINFO_URI=
OIDC_USERNAME_CLAIM=preferred_username
# Display name for OIDC authentication
OIDC_DISPLAY_NAME=OpenID Connect
OIDC_DISPLAY_NAME=OpenID
# Space separated auth scopes.
OIDC_SCOPES=openid profile email
OIDC_SCOPES="openid profile email"
# OPTIONAL