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.

Separating Auth and Resource Servers with AspNet.Security.OpenIdConnect - the Audience?

The example on the AspNet.Security.OpenIdConnect.Server looks to me like both an auth and resource server. I would …

asp.net-web-api oauth asp.net-core openid-connect aspnet-contrib
No user in signinSilentCallback using identityserver and oidc client of javascript

I am getting user undefined in following code. I have already authenticated user from MVC. But when I use signinSilentCallback …

identityserver4 openid-connect oidc-client-js
pass openid-connect oauth2 bearer token in header

Background I've implemented the Thinktecture.IdentityServer.V3 (the openID Connect one). I've got the OAuth2 bearer token returned to my …

javascript oauth-2.0 asp.net-web-api2 thinktecture-ident-server openid-connect
Refreshing access tokens in IdentityServer4 clients

I wonder how to refresh a access token in a IdentityServer4 client using the hybrid flow and which is built …

asp.net-mvc openid-connect identityserver4
Identity Server 3 - The client application is not known or is not authorized

I am getting the error 'The client application is not known or is not authorized.' when accessing a protected …

asp.net-mvc oauth oauth-2.0 openid-connect identityserver3
Owin, pass custom query parameters in Authentication Request

We have our own OpenID Connect Provider. We want to pass custom query parameter in Authentication request using Owin middleware. …

c# asp.net-mvc owin katana openid-connect
How to Create a Client in Keycloak to use with AWS Cognito Identity Federation

I have a user base with identity and authentication managed by keycloak. I would like to allow these users to …

amazon-web-services single-sign-on amazon-cognito openid-connect keycloak
Using OpenID/Keycloak with Superset

I want to use keycloak to authenticate my users in our Superset environment. Superset is using flask-openid, as implemented in …

python openid-connect keycloak flask-security apache-superset
Keycloak public client and authorization

We are using keycloak-adapter with Jetty for authentication and authorization using Keycloak. As per Keycloak doc for OIDC Auth flow: …

java web-applications authorization keycloak openid-connect
ASP.NET with OpenIdAuthentication: redirect to url if not authorized

I am attempting to write an ASP.NET application that uses a hybrid authentication scheme. A user can either have …

asp.net asp.net-identity azure-active-directory openid-connect owin-middleware