Skip to content
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

Closed
jmprieur opened this issue Aug 27, 2020 · 2 comments · Fixed by #622
Assignees
Milestone

Comments

@jmprieur
Copy link
Collaborator

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

@jmprieur jmprieur added the enhancement New feature or request label Aug 27, 2020
@jmprieur jmprieur added the P2 label Aug 27, 2020
@jmprieur
Copy link
Collaborator Author

jmprieur commented Sep 24, 2020

Work to be done in the ComponentsWebAssembly-CSharp project template.

What I initially thought

I 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:

However

In 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.

@jmprieur jmprieur changed the title [Feature Request] In the Blazorwasm templates non-hosted, show how to call graph and a downstream api [Feature Request] In the Blazorwasm templates hosted, show how to call graph and a downstream api Sep 30, 2020
@jmprieur jmprieur added the fixed label Sep 30, 2020
@jmprieur jmprieur reopened this Sep 30, 2020
@jennyf19 jennyf19 modified the milestones: 0.4.1-preview, 1.0.1 Sep 30, 2020
@jennyf19 jennyf19 self-assigned this Sep 30, 2020
@jennyf19
Copy link
Collaborator

jennyf19 commented Oct 6, 2020

Included in 1.1.0 release.

@jennyf19 jennyf19 closed this as completed Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants