About 379,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 · I'm really trying to understand the difference between OpenID and OAuth? Maybe they're two totally separate things?

  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. .net - Refused to connect. /sign-oidc - Stack Overflow

    Dec 12, 2024 · Refused to connect. /sign-oidc Asked 1 year, 1 month ago Modified 1 year ago Viewed 280 times

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

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

  7. SSO in a .NET Core web app, authenticating MS Entra users using …

    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 …

  8. ASP.NET Core web app with EntraId: the signin-oidc url

    Jul 10, 2025 · The middleware registered here app.UseAuthentication(); intercepts the request to /signin-oidc as that is the configured callback path. It handles the response and then does a …

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

  10. oauth2 - OIDC + Authentik: Which token to give to user for ...

    Jul 11, 2023 · OIDC has Back-Channel Logout for this in which the IdP revokes tokens and issues the logout request to your web service and your web service logs out the user. Authentik does …