Requirements for Dynamic Providers in IdentityServer
Depending on whether you use Duende or RSK Dynamic Providers the requirements are different:
- With Duende you must have an enterprise license
- With RSK you must use RSK Dynamic Providers component in your IdS(Identity Server) solution. You also need an RSK Dynamic Provider license.
To activate SAML Dynamic Providers in either of these situations, you must use the RSK SAML2P component in your IdS solution. And you must also have an RSK SAML license.
Review their respective documentations for adding them to your project or check our integration sample.
Enabling Dynamic Authentication on AdminUI
This feature is enabled for Duende by default. To change the provider of Dynamic Authentication you have to update the "EnableDynamicAuthentication"
inside the "FeatureFlags"
options:
Duende
default optionRsk
Disabled
For information about Feature Flags check our configuration documentation.