About 377,000 results
Open links in new tab
  1. How to properly configure OpenIddict with ASP.NET Core DataProtection

    Dec 11, 2021 · I am trying to setup OpenIddict using ASP.NET Core DataProtection however I keep getting an exception when attempting to start the application: InvalidOperationException: At least one …

  2. How to use OpenIddict AuthServer and Web API in same project

    Nov 7, 2022 · 4 I've built an OpenIddict OAuth server using the marvelous guide by Robin van der Knaap although I've actually implemented it using Identity instead of cookies. I'm also trying to run a …

  3. OpenIddict - custom claims missing from access tokens after upgrade …

    Jan 24, 2025 · Anyways - I've tried upgrading OpenIddict via version 4.x and 5.x to the newest 6.0.0 and and the custom claims still work after upgrading to .NET 8. I'm not fully there yet, but this option looks …

  4. Newest 'openiddict' Questions - Stack Overflow

    Jun 21, 2017 · OpenIddict aims at providing a versatile solution to implement an OpenID Connect server and token validation in any ASP.NET Core 2.1, 3.1 and 5.0 application, and starting in OpenIddict …

  5. Using Openiddict for user identity management and application access

    To implement requirement (2) for external identity providers, is it possible to configure multiple secrets for each application registered within openiddict to allow their users to leverage facebook or twitter …

  6. OpenIddict: How to update the openid-configuration endpoint uri

    Sep 26, 2023 · I am building the authentication server using OpenIddict and Net core 7.0, but when I deploy the server to Google Cloud run service, the endpoints of the authentication server are using …

  7. Easy way to administrate (add and remove) OpenIddict clients?

    Jun 11, 2024 · Is there any easy way to administrate the clients without having to modify any code? E.g. if I want to add or delete a client, I would like to be able to do that without having to deploy a new …

  8. OpenIddict - Add JWT Token in Cookie after SignIn

    Sep 11, 2024 · I use Identity + OpenIddict. In the authorization controller itself (AuthService) I call the standard method SignIn(principal,OpenIddictServerAspNetCoreDefaults.AuthenticationScheme); and …

  9. c# - openiddict - "The signing key associated to the specified token ...

    May 1, 2025 · I'm using openiddict version 6 (latest version) in dotnet 9. I have a login server that is successfully handling username/password authentication as well as Google and Facebook auth …

  10. openid connect - identifying tenant during login - Stack Overflow

    Apr 1, 2018 · The approach suggested by McGuire will work with OpenIddict (you can access the acr_values property via OpenIddictRequest.AcrValues) but it's not the recommended option (it's not …