Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update "Azure AD" references to "Microsoft Entra ID" #3873

Merged
merged 30 commits into from
Apr 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e7f8564
rename Azure AD to Microsoft Entra Workforce ID
wojciechcloudkubed Mar 13, 2024
8fc130a
update Azure Active Directory to Microsoft Entra Workforce ID
wojciechcloudkubed Mar 15, 2024
4ba9df7
replace
wojciechcloudkubed Mar 15, 2024
3900ef7
update version
wojciechcloudkubed Mar 18, 2024
5879f21
change stale version
wojciechcloudkubed Mar 18, 2024
7fd193b
update from stale
wojciechcloudkubed Mar 18, 2024
efc350e
update version
wojciechcloudkubed Mar 18, 2024
1f2a1d7
update readme
wojciechcloudkubed Mar 19, 2024
fb833ee
Microsoft Entra Workforce ID -> Microsoft Entra ID
wojciechcloudkubed Mar 19, 2024
805cafa
AAD -> Microsoft Entra ID
wojciechcloudkubed Mar 19, 2024
5dd6d5c
Delete .devcontainer/devcontainer.json
wojciechcloudkubed Mar 22, 2024
79b8bd9
Revert "Delete .devcontainer/devcontainer.json"
wojciechcloudkubed Mar 22, 2024
41f9e61
revert code changes
wojciechcloudkubed Mar 22, 2024
c3d32d0
remove double names
wojciechcloudkubed Mar 25, 2024
e4255a8
update version
wojciechcloudkubed Mar 25, 2024
90bccc3
go back version
wojciechcloudkubed Mar 25, 2024
a59b06b
api update version
wojciechcloudkubed Mar 26, 2024
f4ec8ab
revert for linting
wojciechcloudkubed Mar 26, 2024
24661ba
revert test linting
wojciechcloudkubed Mar 26, 2024
637e6c6
fix linting
wojciechcloudkubed Apr 3, 2024
8900c92
roll back linting
wojciechcloudkubed Apr 3, 2024
9049259
increase line length
wojciechcloudkubed Apr 3, 2024
1c1f3ba
fix linting
wojciechcloudkubed Apr 3, 2024
3c7b80e
fix formatting
wojciechcloudkubed Apr 3, 2024
a493670
fix lintin 3
wojciechcloudkubed Apr 3, 2024
3943c6f
Merge branch 'main' into hotfix/MAT-32
Apr 5, 2024
61217d6
Merge branch 'main' into hotfix/MAT-32
Apr 8, 2024
9e19f84
Merge branch 'main' into hotfix/MAT-32
Apr 11, 2024
ba93552
update urls
Apr 11, 2024
80d829b
update aad urls
Apr 11, 2024
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 ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The UI was built using Create React App and Microsoft Fluent UI. Further details
## Run the UI
- Ensure `deploy_ui=false` is not set in your `./config.yaml` file
- In the root of the repo, run `make tre-deploy`. This will provision the necessary resources in Azure, build and deploy the UI to Azure blob storage, behind the App Gateway used for the API. The deployment process will also create the necessary `config.json`, using the `config.source.json` as a template.
- In Azure AD, locate the TRE Client Apps app (possibly called Swagger App). In the Authentication section add reply URIs for:
- In Microsoft Entra Workforce ID, locate the TRE Client Apps app (possibly called Swagger App). In the Authentication section add reply URIs for:
wojciechcloudkubed marked this conversation as resolved.
Show resolved Hide resolved
- `http://localhost:3000` (if wanting to run locally)
- Your deployed App Url - `https://{TRE_ID}.{LOCATION}.cloudapp.azure.com`.

Expand Down
Loading