About 394,000 results
Open links in new tab
  1. 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 …

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

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

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

  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 8 months ago Modified 8 months ago Viewed 358 times

  7. When to use prompt=login and how to handle it? OpenID Connect

    Dec 4, 2022 · How OIDC provider can handle prompt=login parameter? As I mentioned, scenario where any client can logout any user seems strange to me (see my question), but maybe is …

  8. Redirect after sign-out through OpenID Connect not working

    Oct 5, 2022 · I am building a Blazor Server ASP.NET Core application with cookie based authentication through a OpenID Connect (OIDC) provider. On sign-out I want to be redirected …

  9. Blazor with OIDC (AAD), how to log out? - Stack Overflow

    Oct 3, 2023 · I have Blazor server app on .NET 7, using Azure AD authentication, with typical "tutorial" setup: …

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