Latency in fetching custom federate authenticator endpoint details #23202
Labels
Component/Extensions
Priority/Low
Severity/Minor
Type/Improvement
ui
Issues reported in the user interface of the embedded portals (Ex: Myaccount, Console)
Milestone
Current Limitation
General details displayed in the "General" tab of the authenticator edit page are fetched from the
identity-providers/<id>
endpoint. The endpoint authenticator details of a custom federated authenticator that is being displayed in the "Settings" tab are not returned from the IDP endpoint. Therefore, a separate GET request is needed to get the specific federated authenticator (identity-providers/<idp-id>/federated-authenticators/<id>
).Due to latency in the above GET request, the settings tab UI components are initially populated with empty details. This is visible when the network is throttled.
Note: 3G is used in the below use case.
loader.mov
Suggested Improvement
A loader needs to be displayed when the fetching is delayed as similar to the behaviour in the settings tab of IDPs such as Google.
Version
7.1.0-rc1
The text was updated successfully, but these errors were encountered: