Skip to content

Commit 7ff1e23

Browse files
authored
Merge pull request #29 from microsoft/dev/marktayl/enable-auth-doc
Add enable auth in doc
2 parents dfd4d02 + 9f4cf79 commit 7ff1e23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/AddAuthentication.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Follow the [directions in the documentation ](https://learn.microsoft.com/en-us/
5757
REACT_APP_MSAL_AUTH_AUTHORITY="https://login.microsoftonline.com/<your tenant ID>"
5858
REACT_APP_MSAL_REDIRECT_URL="/"
5959
REACT_APP_MSAL_POST_REDIRECT_URL="/"
60+
ENV ENABLE_AUTH=true
6061
```
6162

6263
For local debugging, configure your local variables as follows:

0 commit comments

Comments
 (0)