OpenID Connect (OIDC) is a REST-friendly protocol for the (possibly cross-domain) exchange of user identity built on top of the OAuth 2.0 and JWT specifications.
I am trying to build multiple small ASP.Net core Mvc services that connect to a Identity server built using …
asp.net-mvc asp.net-core openid-connect identityserver4I'm trying to get a simple endpoint working that issues and consumes JWT tokens using AspNew.Security.OpenIdConnect.Server to …
authentication asp.net-core jwt openid-connect aspnet-contribI've spend the last few days reading through all the specs with regards to OAuth2 and OpenIDConnect and implementing a …
asp.net asp.net-web-api oauth-2.0 openid-connectI'm trying to get info about user roles using openId-connect endpoints of Keycloak. I'm using /auth/realms/moje/protocol/openid-connect/…
openid-connect keycloak userinfoIn my current project I use in a full scope the Spring Security OAuth (http://projects.spring.io/spring-security-oauth/) project …
spring oauth spring-security openid-connectEven after granting cluster roles to user, I get Error from server (Forbidden): User "system:anonymous" cannot list nodes at …
kubernetes openid-connect kubeadmfirst post so be gentle! :) I'm developing an MVC .NET 5 web app for Office 365 and am using the OpenIDConnect framework. …
asp.net-mvc azure asp.net-mvc-5 owin openid-connectI want to use AWS cognito as a OpenId connect provider.My AWS cognito IDP will intern call my another …
oauth amazon-cognito openid-connectI'm trying to upgrade my MVC website to use the new OpenID Connect standard. The OWIN middleware seems to be …
c# .net owin jwt openid-connectI've a solution in Visual Studio 'TourManagement' which contains 2 projects of .Net core. One is IDP using Identity Server 4, second …
asp.net-core asp.net-identity postman identityserver4 openid-connect