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.

Facebook Login and OpenID Connect

Can someone confirm whether Facebook Login API (https://developers.facebook.com/docs/facebook-login/v2.2) is based on OpenID Connect (http://…

facebook oauth-2.0 openid-connect
How are OwinContext.Request.Path and PathBase populated?

I'm writing my own OWIN middleware for OpenID Connect authorization code flow, based on other examples in the Katana Project. …

owin katana openid-connect
Handling Expired Refresh Tokens in ASP.NET Core

SEE Below for code that solved this issue I'm trying to find the best and most efficient way to deal …

asp.net-core oauth asp.net-core-2.1 refresh-token openid-connect
No state in response after callback in oidc-client-js

I think this is an error related to angular 5.2.8 & 6 . With angular 5.2.7 work fine. I create a ng5 branch and …

angular openid-connect oidc-client-js
Keycloak/OIDC : retrieve user groups attributes

I've extracted a user's groups information from the OIDC endpoint of Keycloak, but they don't come with the group ATTRIBUTES …

resteasy openid-connect keycloak-services
Spring OAuth2 XML configuration for Client and Resource Server

Can any one help me with a very basic configuration in XML to act my spring application as OAuth2/OIDC …

spring-security oauth-2.0 spring-oauth2 openid-connect
IdentityServer4 vs AspNet.Security.OpenIdConnect.Server vs OpenIddict

In an attempt to understand what I may use for OpenId Connect Server implementation, I have looked into what each …

asp.net-core openid-connect identityserver4 openiddict
authorizationGrantType cannot be null in Spring Security 5 OAuth Client and Spring Boot 2.0

I followed the Spring Security 5.0 official reference documentation and sample codes oauth2login to setup OAuth2/OIDC authentication in my …

spring spring-boot spring-security oauth-2.0 openid-connect
Redirect user after authentication with OpenIdConnect in ASP.Net MVC

I am using OpenIdConnect provider with Owin/Katana for authentication in my asp.net mvc application. OpenIdConnect Provide authenticates users …

c# asp.net-mvc-5 owin openid-connect identityserver3
How to get new access token in OpenID Connect/OAuth2 Implicit Flow

I am currently using OpenID Connect/Oauth2 Implicit Flow in a mobile app. I am bringing up a Web View …

oauth-2.0 openid-connect keycloak implicit-flow