
Setting up OpenID Connect for .NET Core Web API
I have a simple application which uses Angular as front-end and a .NET Core Web API as back-end services. Now I want to secure my WEB API layer. I though I can use OpenID Connect for …
How to use Identity to secure a Web API backend for SPAs
Sep 10, 2024 · This article shows how to use Identity to secure a Web API backend for SPAs such as Angular, React, and Vue apps. The same backend APIs can be used to secure Blazor …
ASP.Net Core & Angular OpenID Connect using Keycloak
Sep 26, 2017 · How to setup user’s authentication for an ASP.Net Core web API and an Angular front end using Keycloak server for user federation and OpenID Connect.
Integrating OpenID Connect to your application stack (Asp.Net …
Jun 29, 2021 · Today I wanted to write about how you can integrate OpenID Connect JWT token based authentication in your application stack, Asp.net Core Web API for the back-end and …
Authentication and Authorization With Angular and ASP.NET Core …
May 18, 2020 · In this blog post I want to describe how you can add a login to your Angular App and secure it with OpenID Connect (OIDC) and OAuth2 to access an ASP.NET Core WebAPI …
Secure Angular application using OpenIddict and ... - Software …
Sep 25, 2023 · The article shows how an Angular nx Standalone UI hosted in an ASP.NET Core application can be secured using cookies. OpenIddict is used as the identity provider. The …
User Authentication and Identity with Angular, Asp.Net Core and ...
Apr 28, 2019 · In this post, we'll build an authentication and authorization flow based on the implicit grant type using OAuth2 and OpenID Connect protocols to authenticate an Angular …
.NET Core WebAPI + OpenIdDict (credentials flow) and Angular2 …
Nov 19, 2016 · I'm trying to create an Angular2 SPA consuming a .NET Core Web API protected using OpenIdDict, with credentials flow. In creating a repro solution for this issue, I have also …
Implementing OpenID Code Flow with PKCE using OpenIddict and Angular
Apr 11, 2017 · This article shows how to implement the OpenID Connect Code Flow with PKCE using OpenIddict hosted in an ASP.NET Core application, an ASP.NET Core Web API and an …
Secure an Angular SPA and an ASP.NET Core API using Auth0
May 24, 2021 · This article shows how to implement an Angular single page application with an ASP.NET Core API and secured using the Open ID Connect code flow with PKCE and OAuth …
- Some results have been removed