Requirements for Dynamic Providers in IdentityServer
For using OIDC Dynamic Providers you will need to have an IdentityServer Enterprise license.
For using SAML Dynamic Providers you will also need our SAML2P component.
Review their respective documentations for adding them to your project or check our integration sample.
Enabling Dynamic Authentication on AdminUI
This feature is enabled by default. If you don't want to display this feature you will need to go into the settings and disable it. This can be done by setting the "EnableDynamicAuthentication"
option in "FeatureFlags"
to "Disabled"
.
To do this please refer to our configuration documentation.