Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/AddAuthentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Follow the [directions in the documentation ](https://learn.microsoft.com/en-us/
REACT_APP_MSAL_AUTH_AUTHORITY="https://login.microsoftonline.com/<your tenant ID>"
REACT_APP_MSAL_REDIRECT_URL="/"
REACT_APP_MSAL_POST_REDIRECT_URL="/"
ENV ENABLE_AUTH=true
ENABLE_AUTH=true
```

For local debugging, configure your local variables as follows:
Expand Down
Loading