About 391,000 results
Open links in new tab
  1. What is the difference between OpenID and SAML?

    Oct 8, 2011 · Source O pen ID C onnect (OIDC) is an authentication layer on top of OAuth 2.0, an authorization framework. The standard is controlled by the OpenID Foundation. OAuth is for …

  2. 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?

  3. How to integrate OpenID connect to Nest JS application

    May 5, 2021 · I used this documentation (https://github.com/panva/node-oidc-provider/blob/main/docs/README.md#accounts)for implementing OpenID to Nest JS. In this …

  4. How to obtain the OIDC access token in Blazor with .NET 8

    Aug 6, 2024 · I also tried AddBearerToken() as described in New in .NET 8 but that made no difference. I have reviewed the pages linked from How to get access token claims in a Blazor …

  5. Why is SAML still used for enterprise SSO instead of OIDC?

    Dec 6, 2020 · If your organization uses an API-centered architecture, OIDC will provide a better experience for users of native and single-page applications. OIDC is lightweight and more …

  6. openid connect - how does OIDC /revoke work for JWT …

    Jan 27, 2025 · how does OIDC /revoke work for JWT access_token when JWT validation is mostly stateless Asked 9 months ago Modified 9 months ago Viewed 395 times

  7. asp.net identity - Invalid_client using OpenIdConnect in client ...

    Nov 19, 2019 · I recently faced this issue and discovered that my application was making a POST request to the OIDC Provider on the Token endpoint. While the OIDC Provider was set to …

  8. Silent token renewal with react-oidc-context without page refresh

    Feb 14, 2023 · My understanding is that, to perform a silent token renewal, oidc-client-ts attaches an iframe to the page and loads a page inside it from your authority / authentication provider. …

  9. Set OpenID Connect CallbackPath to HTTPS - Stack Overflow

    Jun 24, 2020 · I have a .Net Core 3.1 application that is hosted in AWS behind an https load balancer. To the outside world it is an https site, but to AWS internally it runs on http behind …

  10. Azure AD OIDC changing preferred_username format

    Feb 17, 2022 · I've set up a Registered App for OIDC and configured it for various usages on Azure AD. The application I integrate with uses preferred_username in the ID Token for …