-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
ASP.NET Core Identity Documentation and samples #49668
Comments
Hi Guys, Is that |
I believe it would be beneficial to create an example that combines multiple frontends. A classic scenario would involve securing an ASP.NET Core Identity-protected REST API, with two frontends consuming it: a web app (Blazor) and a mobile app (MAUI). This setup reflects a common use case where backend logic resides in a RESTful service, and two distinct application types (web and mobile) interact with it. |
@JeremyLikness, @halter73 I see that some PRs were merged. Please update the table in the description to reference the updated docs. |
This issue lists all the scenarios in priority order, that we will need to document:
Prioritized Scenarios
Topics which have been cut
| | Sample link or PR | Scenario | Identity Provider host (same=ASP.NET Core Identity, sep. = AAD., Auth0, ...) | Priority | | --- | --- | --- | --- | --- | | 1 | | Web app / API (hosted on the same host) | same | 1 | | 3 | | Mobile app + API | separate | 7 | | 4 | | Web app / API (hosted on the same host) | separate | 10 | | 7 | | SPA + API (hosted on the same host) | separate | 16 | | 9 | | Mobile app + API | same | 20 | | 10 | | SPA + API (hosted on different host) | same | 25 | | 11 | | SPA + API (hosted on different host) | separate | 30 |SPA Frameworks
For the scenarios that involve SPA framework, we will try to provide the samples using Angular and SPA frameworks.
The text was updated successfully, but these errors were encountered: