Top "Openid-connect" questions

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.

IdentityServer 4, OpenIdConnect redirect to external sign-in url

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 identityserver4
AspNetCore.Authentication.JwtBearer fails with No SecurityTokenValidator available for token with .net core RC2

I'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-contrib
OpenIDConnect Response Type Confusion

I'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-connect
Keycloak, openId-connect userInfo

I'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 userinfo
Spring Security and OpenID Connect (OIDC)

In 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-connect
kubernetes: Error from server (Forbidden): User "system:anonymous" cannot list nodes at the cluster scope even after granting permission

Even after granting cluster roles to user, I get Error from server (Forbidden): User "system:anonymous" cannot list nodes at …

kubernetes openid-connect kubeadm
Second sign-in causes infinite redirect loop after the first successful login MVC .NET 5 OWIN ADAL OpenIDConnect

first 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-connect
Can i use AWS cognito to provide a open id connect endpoint?

I want to use AWS cognito as a OpenId connect provider.My AWS cognito IDP will intern call my another …

oauth amazon-cognito openid-connect
Validating Google OpenID Connect JWT ID Token

I'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-connect
How to call Identity Server 4 with Postman for login

I'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