Run the Application
After the client, authentication, API access, and database setup are configured, run the API and the Blazor WebAssembly client together.
Verify at minimum that:
- The API starts with the expected RecroGrid Framework service registration and database configuration.
- The WebAssembly client resolves the intended API base address.
- Sign-in completes through the configured OIDC provider.
- Authenticated API calls reach the RecroGrid Framework API directly from the browser.
- The API CORS policy matches the client origin used during development or deployment.