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.
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-contribI am getting user undefined in following code. I have already authenticated user from MVC. But when I use signinSilentCallback …
identityserver4 openid-connect oidc-client-jsBackground 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-connectI wonder how to refresh a access token in a IdentityServer4 client using the hybrid flow and which is built …
asp.net-mvc openid-connect identityserver4I 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 identityserver3We 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-connectI 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 keycloakI 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-supersetWe 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-connectI 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