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.
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-connectI'm writing my own OWIN middleware for OpenID Connect authorization code flow, based on other examples in the Katana Project. …
owin katana openid-connectSEE 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-connectI 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-jsI'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-servicesCan 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-connectIn 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 openiddictI 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-connectI 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 identityserver3I 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