Editing a Dynamic Authentication provider
Access the edit dynamic authentication screen by selecting the desired provider from the list. Note that the provider with the eye icon next to them will take you to readonly view, if they all have the eye icon next to them it is likely the user you have authenticated with doesn't have the correct permissions. Either Identity Server Manager
or All
permissions are required to edit a provider.
Editing a Dynamic Auth Provider with AdminUI
Once loaded you will be directed to the details tab by default, and depending on the type of provider being edited you will have various options of other tabs to view and edit such as:
Details Tab
page for managing general information about the providerScopes Tab (OIDC only)
page for managing the scopes assigned to the OIDC providerAdvanced Tab (OIDC only)
page for managing advance configuration of the OIDC provider
Details Tab
The Details
tab is where you will be able to view the "Scheme" of the dynamic provider along with modify the following elements:
Enabled
a switch to enable and disable the providerDisplay Name
a name used to identify the provider in the login screenAuthority URL (OIDC Only)
the URL of the provider (must begin withhttps://
)Client ID (OIDC Only)
internal identifier to the external providerOAuth Flow (OIDC Only)
the flow used by providerClient Secret (OIDC Only)
an optional secret used to access external provider
Scopes Tab (OIDC only)
The Scopes
tab is where you can view, add, and remove scopes for a provider.
Advanced Tab (OIDC Only)
The Advanced
tab here you have the option to turn on and off the "Get Claims From User Info Endpoint" option.
Actions Available
In the edit screen there are two options available, these are described below:
Save All
Once valid changes have been made this button should be clickable and it will save the changes made in all 3 of the tabs.Delete
Will completely remove the provider from IdentityServer