-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add Instructions for setting up Azure components #3
Comments
|
Hello, any help to explain how to properly setup entra would be great. |
Create Scopes:
Authorize Client Application:
Add Redirect URL:
Create Client Secret:
Event bus:
|
@BrennanConroy I've tried to add role to identity, but when I was choosing the Managed Identity the list was empty. |
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
The text was updated successfully, but these errors were encountered: