About 384,000 results
Open links in new tab
  1. microsoft graph api - Use GitHub’s OIDC feature to authenticate ...

    Apr 23, 2025 · Token Request: GitHub Actions generates an OIDC token with the audience api://AzureADTokenExchange Token Exchange: We exchange this OIDC token for a Microsoft …

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

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

  4. SSO in a .NET Core web app, authenticating MS Entra users using OIDC ...

    Oct 21, 2024 · I need to implement SSO in a .NET Core web app, authenticating MS Entra ID users using OIDC/OAuth. What I'm thinking is to add the following or similar to appsettings.json: { …

  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. 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 Server app using …

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

    Oct 3, 2018 · So my final questions: 1. Can someone please explain if an IdP (providing a token) is required to be certified to provide an acr return value. 2. Is the return value "incommon:iap:silver" or …

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

  9. identity server 4 + oidc-client-js logout redirect - Stack Overflow

    Oct 21, 2021 · 2 I'm trying to implement OpenId and oidc-client-js in react. Right now I'm stuck in implementing logout function. From what I understand, I need to set the post_logout_redirect_uri and …

  10. OpenIdConnect signin-oidc route not handled by ASP.NET MVC

    Jun 7, 2019 · I am using an external OIDC identity provider to log my users into my webshop. The webshop is being built on ASP.NET MVC with .NET Framework 4.7.2. I have started using the basic …