About 12,600,000 results
Open links in new tab
  1. authentication - What's the difference between OpenID and …

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

  2. Difference between OAuth 2.0 "state" and OpenID "nonce" …

    Oct 20, 2017 · It serves as a token validation parameter and is introduced from OpenID Connect specification. nonce - String value used to associate a Client session with an ID Token, and to …

  3. how to implement OpenID Connect from a private provider in the …

    Aug 28, 2020 · The thing that this client communicates with using the OpenID Connect protocol is called an OpenID Connect Provider (OP) and is often also referred to as an Identity Provider …

  4. 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 …

  5. 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 …

  6. How does OpenID authentication work? - Stack Overflow

    Aug 9, 2017 · 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 …

  7. Getting 404 on callback URI from OpenID Connect - Stack Overflow

    Apr 4, 2025 · Getting 404 on callback URI from OpenID Connect Asked 6 months ago Modified 6 months ago Viewed 282 times

  8. OpenID Connect using .NET 8 - Stack Overflow

    Jun 14, 2024 · I am struggling to get OpenID Connect (using ping federate) to work on .NET 8. Can someone post a full example of how it works? I keep getting remote login failure. I have …

  9. How can I use Microsoft Graph with OpenIdConnect and Identity …

    Mar 15, 2023 · We have a web app with several modules and I am trying to integrate Microsoft Graph. I started with one of the example projects I found online, which worked just fine. I was …

  10. What's the difference between User.Read vs OpenID/Profile/Email ...

    Dec 10, 2020 · email offline_access openid profile is usually the permissions of the OIDC protocol. There are some differences between oauth2.0 and openid connect. If you only need …