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.

ASP.NET Web API and OpenID Connect: how to get Access Token from Authorization Code

I try to get OpenID Connect running... A user of my Web API managed to get an Authorization Code of …

c# azure asp.net-web-api owin openid-connect
OWIN OpenIdConnect Middleware IDX10311 nonce cannot be validated

I have an application using the OWIN middleware for OpenIdConnect. The startup.cs file uses the standard implementation of app.…

c# owin fiddler identityserver3 openid-connect
How to fix "IDX20804: Unable to retrieve document from: '[PII is hidden]'" error in C#

Trying to get an access token to use MS Graph in my WebApi. But keep getting this error, [TaskCanceledException: A …

c# owin openid-connect
OpenID Connect providers

We currently have an OpenID based Google AppEngine application. We are now trying to integrate our application with our customers …

openid openid-connect
Verify a signature in JWT.IO

I have generated the following token and am trying to verify the signature with http://jwt.io I have also …

rsa jwt digital-signature openid-connect
Keycloak User federation using existing MySQL database for users authentication

I am trying to setup Keycloak server for our organisation. I have couple of questions. How can we use our …

mysql jboss openid-connect keycloak
Keycloak Client Credentials Flow Clarification

I am using Keycloak server to implement SSO. I am able to get access token for a specific client using …

openid-connect keycloak
Correlation failed. at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler during OIDC authentication

I am hitting this with the following combination: 1) Browser incognito mode (Chrome) 2) Application is behind Azure application gateway (no repro …

c# asp.net-core asp.net-identity openid-connect azure-application-gateway
SecurityTokenSignatureKeyNotFoundException when validating JWT signature

I'm trying to implement the OpenID Connect specification for my organisation. I'm using Microsoft's OWIN implementation of OpenID Connect in …

c# x509certificate jwt katana openid-connect
How to handle expired access token in asp.net core using refresh token with OpenId Connect

I have configured an ASOS OpenIdConnect Server using and an asp.net core mvc app that uses the "Microsoft.AspNetCore.…

cookies asp.net-core openid-connect aspnet-contrib