Questions tagged [openid]

OpenID is an open standard that allows users to be authenticated by co-operating sites

OpenID logo

OpenID is an open standard that allows users to identify themselves to websites by means of a URL which either points directly to an OpenID authenticator, or points to to a page which contains redirection details to such an authenticator. The original website can know with confidence that the user has authenticated themselves to the delegated site, but doesn't know any of the tokens that were used by the user to perform this authentication.

OpenID differs from or in that the user controls which authentication engine is used, and no information other than the success or failure of the authentication is passed to the calling website.

OpenID allows you to use an OpenID account to sign in to multiple websites, without needing to create new passwords / identities.

Website: http://openid.net

Wikipedia: http://en.wikipedia.org/wiki/Openid

52 questions
0
votes
0 answers

cross domain cookie with openid connect

my app allows users to login with openid connect on a openid provider site in www.domain1.com/login, when the user(me in this case) directly calls that url i can see that the browser sees a SESSION_IDP cookie. But when i use c#…
0
votes
0 answers

AzureAD OpenID Connect JWT "platf" claim value

I am setting up an application that will use AzureAD as an OpenID Connect IDP for authentication. I want to know if the authenticating device is an AzureAD "managed" or "compliant" device at the application level by checking the returned JWT access…
0
votes
2 answers

How to edit Kubernetes cluster values for OIDC?

We are plannig to implement OpenID authentication to Kubernetes, Im finding a way to add oidc-issue-url to Kubernetes cluster as descibe here Kubernetes OpenID But im unable to find cluster configuration. How can i add or edit values to Kubernetes…
0
votes
1 answer

Apache "require valid-user" is valid across multiple auth types

Our Apache uses both mod_shib_24 (SAML-SP) and mod_auth_openidc (OIDC-RP), which both are connected to a Shibboleth IdP (acts as both SAML-IDP and OIDC-OP). Furthermore we have 2 protected locations, one protected by SAML, the other one protected by…
brzler
  • 1
  • 1
-1
votes
1 answer

Any Windows based OpenID servers out there?

I've been looking to setup an OpenID server for a special project, but haven't found any workable OpenID server software packages. Originally was looking for a *nix solution, and found several, but they all had some kind of issue. So far I've tried…
Brian Knoblauch
  • 2,196
  • 2
  • 32
  • 48
-1
votes
2 answers

OpenID client is failing due to content negotiation on Apache representing OpenID server

This is a question about configuring Apache and accept headers. I am trying to login to Superuser with OpenID, and it generates a request like this: telnet phor.net 80 GET /professional…
William Entriken
  • 593
  • 5
  • 12
-1
votes
1 answer

Keycloak 16 - can it log OIDC access tokens for Open-ID Connect identity providers?

How can I make Keycloak 16 log the access token, when using an Open-ID Connect identity provider? I need to see what claims the OIDC provider sends to Keycloak.
Lars D
  • 282
  • 2
  • 16
1 2 3
4