New: Microsoft OAuth2.0
This commit is contained in:
@ -10,6 +10,9 @@
|
||||
port = 8910
|
||||
apiUrl = "/.redwood/functions" # You can customize graphql and dbauth urls individually too: see https://redwoodjs.com/docs/app-configuration-redwood-toml#api-paths
|
||||
includeEnvironmentVariables = [
|
||||
"MICROSOFT_OAUTH_CLIENT_ID",
|
||||
"MICROSOFT_OAUTH_SCOPES",
|
||||
"MICROSOFT_OAUTH_REDIRECT_URI",
|
||||
# Add any ENV vars that should be available to the web side to this array
|
||||
# See https://redwoodjs.com/docs/environment-variables#web
|
||||
]
|
||||
|
Reference in New Issue
Block a user