New: Microsoft OAuth2.0

This commit is contained in:
2024-10-03 22:59:23 +02:00
parent 77974e2c61
commit 09c0747b97
7 changed files with 264 additions and 0 deletions

View File

@ -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
]