https://github.com/erossini/blazoridentityserverapi
https://github.com/erossini/blazoridentityserverapi
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/erossini/blazoridentityserverapi
- Owner: erossini
- Created: 2021-05-14T10:38:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T17:18:12.000Z (about 4 years ago)
- Last Synced: 2025-01-12T10:07:26.032Z (9 months ago)
- Language: C#
- Size: 1.28 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Integration with Blazor, IdentityServer and Api
Working with [Blazor](https://www.puresourcecode.com/category/dotnet/blazor/) is starting to become very exciting. I want to share what I have learnt so far about Blazor, how to create Blazor compoents, how to implement security.
In the [PureSourceCode](https://www.puresourcecode.com) blog I wrote some posts about those topics.
- [Getting Started With C# And Blazor](https://www.puresourcecode.com/dotnet/net-core/getting-started-with-c-and-blazor/)
- [Setting Up A Blazor WebAssembly Application](https://www.puresourcecode.com/dotnet/blazor/setting-up-a-blazor-webassembly-application/)
- [Working With Blazor’s Component Model](https://www.puresourcecode.com/dotnet/blazor/working-with-blazors-component-model/)
- [Secure Blazor WebAssembly With IdentityServer4](https://www.puresourcecode.com/dotnet/blazor/secure-blazor-webassembly-with-identityserver4/)
- [Blazor Using HttpClient With Authentication](https://www.puresourcecode.com/dotnet/blazor/blazor-using-httpclient-with-authentication/)The source code in this repository is specificly for integrating security calls between Blazor and Api where the authentication and authorization is based on [IdentityServer4](https://www.puresourcecode.com/tag/identityserver4/).