There are currently 3 Azure components in use that need to be setup
We should add instructions on how to set all of these up both in the portal and in the application code/config.
Entra:
In portal create scopes: basket, orders, webhooks
In portal authorize Client application
In portal add redirect url: https://localhost:7298/signin-oidc
Find and replace <tenant id> in app
Find and replace <client id> in app
Create client secret in portal, copy value to <client secret> in app
Service Bus:
Modify "eventBus": <namespace> in eShop.AppHost appsettings.json
In the portal add topic "eshop_event_bus" when running locally
In the portal add "Azure Service Bus Data Owner" role to the identity that is creating the subscriptions
There are currently 3 Azure components in use that need to be setup
We should add instructions on how to set all of these up both in the portal and in the application code/config.
Entra:
In portal create scopes: basket, orders, webhooks
In portal authorize Client application
In portal add redirect url: https://localhost:7298/signin-oidc
Find and replace
<tenant id>in appFind and replace
<client id>in appCreate client secret in portal, copy value to
<client secret>in appService Bus:
Modify
"eventBus": <namespace>in eShop.AppHost appsettings.jsonIn the portal add topic "eshop_event_bus" when running locally
In the portal add "Azure Service Bus Data Owner" role to the identity that is creating the subscriptions