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

ASP.NET Core Identity Documentation and samples #49668

Closed
mkArtakMSFT opened this issue Jul 27, 2023 · 3 comments
Closed

ASP.NET Core Identity Documentation and samples #49668

mkArtakMSFT opened this issue Jul 27, 2023 · 3 comments
Assignees
Labels
area-identity Includes: Identity and providers Docs This issue tracks updating documentation feature-token-identity Samples
Milestone

Comments

@mkArtakMSFT
Copy link
Member

mkArtakMSFT commented Jul 27, 2023

This issue lists all the scenarios in priority order, that we will need to document:

Prioritized Scenarios

Sample link or PR Scenario Identity Provider host (same=ASP.NET Core Identity, sep. = AAD., Auth0, ...)
1 Blazor Web App OIDC Web app / API calling other API (on separate hosts) separate
2 Docs Blazor WASM + API (hosted on the same host) same
3 Docs Blazor WASM + API (hosted on the same host) separate
4 Microservices scenario: Using existing JWT token for authentication between services separate
5 Angular + Identity sample SPA + API (hosted on the same host) same
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.

@marzoukali
Copy link

Hi Guys,

Is that MapIdentityApi(..) can be used with Azure Functions ?

@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Feb 6, 2024
@wtgodbe wtgodbe removed the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Feb 6, 2024
@dotnet-policy-service dotnet-policy-service bot added the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Feb 6, 2024
@wtgodbe wtgodbe removed the pending-ci-rerun When assigned to a PR indicates that the CI checks should be rerun label Feb 13, 2024
@dotnet dotnet deleted a comment from dotnet-policy-service bot Feb 13, 2024
@dotnet dotnet deleted a comment from dotnet-policy-service bot Feb 13, 2024
@BartoGabriel
Copy link

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.

@mkArtakMSFT
Copy link
Member Author

mkArtakMSFT commented Mar 26, 2024

@JeremyLikness, @halter73 I see that some PRs were merged. Please update the table in the description to reference the updated docs.

@mkArtakMSFT mkArtakMSFT removed this from the 9.0-preview5 milestone May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-identity Includes: Identity and providers Docs This issue tracks updating documentation feature-token-identity Samples
Projects
None yet
Development

No branches or pull requests

6 participants