About 62 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. .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

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

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

  7. powershell - Get-AzAccessToken tries to authenticate using …

    Nov 25, 2024 · Get-AzAccessToken tries to authenticate using federated credentials (OIDC token), despite having signed in using azure/login and enable-AzPSSession Asked 1 year, 1 …

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

  9. Configure Silent Authentication in Open ID Connect

    Aug 11, 2020 · CLASSIC OIDC SPA TOKEN RENEWAL FLOW The original SPA flow often worked like this, without the use of refresh tokens, and with access tokens stored in memory. …

  10. How to use OIDC in Jakarta EE? - Stack Overflow

    Jun 3, 2023 · I have the requirement to protect my existing Jakarta EE application with an OpenID provider in one of many different environments. When searching about this topic you will find …