Viewing a Dynamic Auth Provider with AdminUI
When you navigate to a Dynamic Provider there are 3 scenario's that will lead you to the read-only view of the page:
- Your user only has Readonly permissions
- The provider is marked as non editable
- You navigated using the path /dynamic-auth/view/
{scheme}
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 such as:
Details Tab
page for viewing general information about the providerScopes Tab (OIDC only)
page for viewing the scopes assigned to the OIDC providerAdvanced Tab (OIDC only)
page for viewing advance configuration of the OIDC provider
View Details Tab
Here you will be able to view:
Scheme
the unique id of the providerEnabled
Yes if enabled not if not enabledDisplay Name
the user friendly display name for the providerAuthority URL (OIDC Only)
the URL of the provider (must begin withhttps://
)Client ID (OIDC Only)
internal identifyer to the external providerOAuth Flow (OIDC Only)
the flow used by providerClient Secret (OIDC Only)
secret used to access external provider, will say no value in grey if not set.
View Scopes Tab (OIDC Only)
Here you will see a list of scopes added for this provider.
View Advanced Tab (OIDC Only)
Here you will see the state of the advanced options, currently only Get Claims From User Info Endpoint
.