DuendeSoftware / Support

Support for Duende Software products
20 stars 0 forks source link

Dynamic Provider can not find authentication scheme? #1260

Closed kkdeveloper7 closed 3 months ago

kkdeveloper7 commented 3 months ago

Which version of Duende IdentityServer are you using? 7

Which version of .NET are you using? dotnet8

Describe the bug A little background on an issue. We are planning to use multiple identity providers in our application. Many of them will be using SAML2. After Implementing IIdentityProviderStore and registering with AddIdentityProviderStore<CustomDynamicProviderStore>() I am getting scheme not found exception.

Do I still need to register Authentication schemes manually or I can use AddOpenIdConnect and AddSaml2? It looks that I need to still register Handlers manually?

Source: https://docs.duendesoftware.com/identityserver/v7/ui/login/dynamicproviders/

AndersAbel commented 3 months ago

@kkdeveloper7 I think this is already sorted out through support, is it?

kkdeveloper7 commented 3 months ago

@kkdeveloper7 I think this is already sorted out through support, is it?

Yes, thank you.