About 12,200,000 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. 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 …

  3. 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 for …

  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 between your site and …

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

    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 (IdP). The first …

  6. 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 an API …

  7. What reasons are there NOT to use OpenID? - Stack Overflow

    Nov 20, 2016 · Average users still don't understand what OpenId is, what it's for, or how to use it. My parents would not be able to login to Stack Overflow, for instance. That being said, this is largely …

  8. What is the correct way to host .well-known/openid-configuration?

    Jan 13, 2021 · I want to host my own openid-configuration discovery file. Since this file is served while running the OIDC workflow I want to verify what is the correct way to host this file.

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

  10. Signing into Amazon login page with Android - Stack Overflow

    Mar 2, 2016 · I'm developing on Android using Android Studio with the jsoup library. I'm unable to post data. I'm confused on what library I should be using to work with OpenID. I'm logging into this form …