Skip to content

Commit

Permalink
Merge branch 'main' into ryonsteele/6349-production-considerations
Browse files Browse the repository at this point in the history
  • Loading branch information
dayland authored and ryonsteele committed Jan 15, 2024
1 parent b44fcaf commit 46a6312
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/knownissues.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Error: This subscription cannot create CognitiveServices until you agree to Resp
---
## Error "Your administrator has configured the application infoasst_web_access_xxxxx to block users..."
## Error "Your administrator has configured the application infoasst_web_access_xxxxx to block users..."
By default Info Assistant deploys the webapp to require users to be a member of an Azure Active Directory Enterprise Application to access the website. If a user is not a member of the AAD EA they will receive this error:
Expand Down Expand Up @@ -169,4 +168,21 @@ make: *** [Makefile:18: infrastructure] Error 1
### Solution
You will need to open your Codespace in VSCode on your managed device. Please read more about opening your [CodeSpace using VSCode](/docs/deployment/developing_in_a_codespaces.md#using-github-codespaces-in-visual-studio-code).
## Error:
If you encounter an error similar to the one below that indicates your device must be managed.
```
ERROR: AADSTS530003: Your device is required to be managed to access this resource.
Trace ID: xxxxxxxx-xxxx-xxxx-xxxxxxxx
Correlation ID: xxxxxxxx-xxxx-xxxx-xxxxxxxx
Timestamp: 2023-10-05 19:54:05Z
Interactive authentication is needed. Please run:
az login --scope https://graph.microsoft.com//.default
make: *** [Makefile:18: infrastructure] Error 1
```
### Solution
You will need to open your Codespace in VSCode on your managed device. Please read more about opening your [CodeSpace using VSCode](/docs/deployment/developing_in_a_codespaces.md#using-github-codespaces-in-visual-studio-code).

0 comments on commit 46a6312

Please sign in to comment.