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

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

  3. Implementing IDP Initiated Flow Using OIDC - Stack Overflow

    Mar 28, 2024 · I'm currently exploring the implementation of an Identity Provider (IDP) initiated flow using OpenID Connect (OIDC), but I'm struggling to find comprehensive documentation or recent …

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

  5. c# - OIDC: 401 Unauthorized exception when accessing the UserInfo ...

    Feb 21, 2025 · OIDC: 401 Unauthorized exception when accessing the UserInfo endpoint Asked 11 months ago Modified 11 months ago Viewed 470 times

  6. 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 the @

  7. Call identity provider in code with C# / .NET Core Microsoft OIDC ...

    Oct 23, 2024 · [Authorize(AuthenticationSchemes = "oidc-scheme", Policy = "AllowEveryonePolicy")] public class StartPageController : BasePageController<Models.StartPage> { // Controller code } …

  8. powershell - Get-AzAccessToken tries to authenticate using federated ...

    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, 3 months ago …

  9. Azure AD OIDC changing preferred_username format

    Feb 17, 2022 · I've set up a Registered App for OIDC and configured it for various usages on Azure AD. The application I integrate with uses preferred_username in the ID Token for various things. Azure …

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