Top "Openid" questions

OpenID is an open standard that describes how users can be authenticated in a decentralized manner.

Changed domain error - OpenId auth request contains an unregistered domain

I set up a project on my main domain example.com and then moved it to a subdomain sub.example.…

asp.net-mvc openid dotnetopenauth discourse
How to implement Openid connect and Spring Security

I am beginner of authentication and authorization but I have to connect to a openid connect provider on my job. …

spring-security openid oauth-2.0 google-openid
How to flashing a message with link using Flask flash?

I'm creating a web app using Flask to deal with GoogleOpenID, these codes are almost finished, except the flashing message …

python flask openid flash-message
How do you delegate your OpenId to Google Apps

I use Google Apps for my domain email, and I was wondering if I could use that account for OpenID …

openid google-apps
How to add logout feature to an OpenID enabled site?

I have recently added OpenID login to my website. But I don't know how to add the logout feature. For …

openid logout
django authentication without a password

I'm using the default authentication system with django, but I've added on an OpenID library, where I can authenticate users …

django authentication openid
keycloak - CODE_TO_TOKEN_ERROR after user is authenticated

I am working with the nodeJS keycloak adapter and so far have my client application redirecting to the keycloak login. …

openid keycloak
LinkedIn / Twitter / Facebook as OAuth and OpenId use

Firstly I understand OpenId is for authentication and OAuth is for authorisation and unlike other questions on the site I …

facebook twitter openid oauth linkedin
RequireNonce is true (default) but validationContext.Nonce is null

I have an app running in azure using Azure active directory. Some of the users have just reported getting this …

c# openid nonce
How to add claims to access token get from IdentityServer3 using resource owner flow with javascript client

I use the resource owner flow with IdentityServer3 and send get token request to identity server token endpoint with username …

asp.net-web-api oauth-2.0 openid identityserver3 identityserver2