About 64 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 · OIDC uses simple JSON Web Tokens (JWT), which you can obtain using flows conforming to the OAuth 2.0 specifications. OAuth is directly related to OIDC since OIDC is an …

  3. Azure AD B2C Custom Policy with Custom OIDC IDP gives Error …

    Mar 27, 2025 · I am trying to integrate a custom OIDC IDP in Azure AD B2C And then use React Native App Auth Library to authenticate users in my app Here is the OIDC Technical Profile in …

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

  6. Accessing claims from OIDC in Blazor Server - Stack Overflow

    Dec 12, 2024 · 0 To start, I am a developer and this is my first time working with OIDC and SSO. I did not set up the IDP (PingFederate) side of things, only wrote the code to add it to a web …

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

  8. oidc identity brokering - How to map user attributes to external …

    Oct 5, 2023 · Im using the identity brokering feature to log user through Azure AD. Im stuck when Im trying to map user attributes via the Identity provider Attribute Importer. Im pretty sure that …

  9. Can someone explain ACR return values in OIDC? - Stack Overflow

    Oct 3, 2018 · However I am confused on the return value. I know that if I request in the scope of response an acr claim (as an essential claim) I have to specify the values parameter for a …

  10. OIDC with PGAdmin - automatic login forwarding - Stack Overflow

    Jan 13, 2025 · I'm running PGAdmin in a containerized environment with OIDC enabled. The provider for OIDC is local (Authentik in this case, also containerized, but same happens with …