-
Notifications
You must be signed in to change notification settings - Fork 218
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
[Feature Request] In the Blazorwasm templates hosted, show how to call graph and a downstream api #509
Comments
Work to be done in the ComponentsWebAssembly-CSharp project template.What I initially thoughtI initially thought that the work to be done could be the following, however, that does not work because it would require Microsoft.Identity.Web to support netstandard2.1:
HoweverIn fact it seems that we cannot really do something for the non-hosted templates, until Microsoft.Identity.Web has a netstandard2.1 platform, which in turns requires MSAL.NET to have one. We have an issue for that: #9 What we could do:For the hosted templates, we could have pages in the Client that calls the Web api controller, and that would do the work. We probably want to change the test app first (or add a new test app (Blazorwasm2-singleOrg-hosted-calls-graph) based on the template, and then bring this change to the template In any case needs more spec and more work than I thought. Marking it as blocked. |
Included in 1.1.0 release. |
Is your feature request related to a problem? Please describe.
The Blasorwasm template has all the initialization to call a downstream API, or Graph, but we did not expose pages that actually call them
The text was updated successfully, but these errors were encountered: