Requirements for Dynamic Authentication in IdentityServer
Depending on whether you use Duende or RSK Dynamic Authentication the requirements are different:
- With Duende you must have an enterprise license
- With RSK you must use RSK Dynamic Authentication component in your IdS(Identity Server) solution. You also need an RSK Dynamic Provider license.
To activate SAML Dynamic Authentication 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 or disabling Dynamic Authentication on AdminUI
To select the provider of Dynamic Authentication you have to update the "EnableDynamicAuthentication"
inside the "FeatureFlags"
options:
Duende
Rsk
Disabled
removes the Dynamic Authentication tab
For information about Feature Flags check our configuration documentation.