Run the Application
After the host, database, SessionAuth, proxy, and client integration are configured, run the application through the ASP.NET Core host.
Use the first verification pass to confirm the integrated architecture works end to end:
- The host starts without missing OpenID Connect or downstream API configuration.
- The interactive Blazor application loads from the host origin.
- The sign-in flow redirects through the host authentication endpoints.
- Authenticated screens can reach RecroGrid Framework data through the proxy-backed application flow.
- Database initialization and admin features are available where expected.
If a failure occurs, check the related configuration reference sections before introducing custom middleware or browser-side workarounds.