Replies: 1 comment 3 replies
-
Here's the longwinded explanation about how it works https://learn.microsoft.com/en-us/dotnet/aspire/fundamentals/networking-overview.
Are you using blazor WASM as a standalone project running a development server or a Blazor Web app? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an Okta developer account which we're using to authenticate our Blazor WASM app via OIDC for local debugging. Because Aspire wants to launch (the proxy?) on random ports, we have no idea what to put for our signin redirect. When the browser that Aspire launches tries to initiate a login session with Okta, Okta doesn't allow it because it doesn't recognize the signin redirect port.
We specify the port that should be used in our web app's launchsettings.json but that doesn't seem to be respected. I can go to that port and indeed the app is running there. However, Blazor debugging does not work there.
We're interested in moving from Docker Compose to Aspire for our local loop but this is blocking us.
Beta Was this translation helpful? Give feedback.
All reactions