About 50 results
Open links in new tab
  1. authentication - What's the difference between OpenID and OAuth ...

    Jul 6, 2009 · I'm really trying to understand the difference between OpenID and OAuth? Maybe they're two totally separate things?

  2. How does OpenID authentication work? - Stack Overflow

    Dec 9, 2008 · I am a little curious to know about how OpenID authentication works. Is there any difference between OpenID authentication and the authentication which sites use exclusively for …

  3. Difference between OAuth 2.0 "state" and OpenID "nonce" parameter?

    Oct 20, 2017 · OAuth 2.0 defines "state" parameter to be sent in request by client to prevent cross-site request attacks. Same is mentioned in OpenID spec for "nonce". Apart from the fact that "nonce" is …

  4. What are Keycloak's OAuth2 / OpenID Connect endpoints?

    Feb 22, 2015 · We are not interested in using Keycloak's own client library, we want to use standard OAuth2 / OpenID Connect client libraries, as the client applications using the keycloak server will be …

  5. What is the difference between OpenID and SAML?

    Oct 8, 2011 · With OpenID, a user login is usually an HTTP address of the resource which is responsible for the authentication. On the other hand, SAML is based on an explicit trust between your site and …

  6. Microsoft Entra External ID: OpenID Connect configuration doesn’t ...

    Oct 7, 2025 · External Azure Entra ID (an Azure AD app) configured as an OpenID Connect provider. I created an External ID user flow and attempted to add the Azure Entra ID app as a custom OIDC IdP.

  7. openid connect - How to use OIDC in Jakarta EE? - Stack Overflow

    Jun 3, 2023 · I have the requirement to protect my existing Jakarta EE application with an OpenID provider in one of many different environments. When searching about this topic you will find the @

  8. For OpenId Connect, how does the Authorisation Code flow with PKCE ...

    Feb 13, 2025 · Most of my experience with OpenId Connect relates to web applications with a secure back-end that can utilise the Authorisation Code Flow with a client-secret. That is, exchanging an …

  9. how to implement OpenID Connect from a private provider in the c

    Aug 28, 2020 · I have an ASP.NET MVC application that needs to integrate OpenID Connect authentication from a Private OpenID Connect (OIDC) Provider, and the flow has the following steps:

  10. OpenID authentication in ASP.NET? - Stack Overflow

    Aug 19, 2008 · See Scott Hanselman's post on using DotNetOpenID in ASP.NET. Andrew Arnott's blog is full of samples on using DotNetOpenID with ASP.NET, including ASP.NET MVC. I recently hooked …