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 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-connectI have an application using the OWIN middleware for OpenIdConnect. The startup.cs file uses the standard implementation of app.…
c# owin fiddler identityserver3 openid-connectTrying to get an access token to use MS Graph in my WebApi. But keep getting this error, [TaskCanceledException: A …
c# owin openid-connectWe currently have an OpenID based Google AppEngine application. We are now trying to integrate our application with our customers …
openid openid-connectI have generated the following token and am trying to verify the signature with http://jwt.io I have also …
rsa jwt digital-signature openid-connectI am trying to setup Keycloak server for our organisation. I have couple of questions. How can we use our …
mysql jboss openid-connect keycloakI am using Keycloak server to implement SSO. I am able to get access token for a specific client using …
openid-connect keycloakI 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-gatewayI'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-connectI 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