cd ./appshelland runnpm iand thennpm run buildcd ../SuperCoolApp.Uiand rundotnet buildcd ../Layout.Uiand rundotnet buildcd ../piral~/SuperCoolApp.Uiand runnpm start
- If
SuperCoolApp.Ui\Pages\SecretPage.razoris opened the authentication process runs and leaves the user on pagehttp://localhost:1234/authentication/http://localhost:1234/. (There seems to be a redirect issue). - On the page
SuperCoolApp.Ui\Pages\CascadingAuthStatePage.razorthe username should be shown. It seems like theCascadingAuthenticationState's value fromLayout.Ui\App.razordoes not reach the component.