Share all details related to your problem, including any error messages you may have received.
Hi Team,
We have recently changed our Login Configuration to use the SSO Configuration (SAML). Since changing we are seeing a new transient issue where upon users authenticating back to IIQ the UI sometimes presents labels wrong (this does not happen everytime)
See screenshot for illustration of the issue present.
To remediate you can:
Open browsing data and clear cached images and files
Or after waiting for around 3-5 minutes and then navigating to a different page, the issue resolves itself
The issue is never present when using incognito
The above seems to point to a cache issue caused by SSO or another contributing factor. We previously had MFA configuration setup and were never presented with the above issue.
I have seen this before, but a Ctrl+F5 refresh always fixed it.
I wonder if IIQ is navigating users to a page where it loads the sp-translate message bundles before SSO authenticates them, or possibly before their locale is set. Some kind of a race condition.
If this is reproducible, maybe open the browser’s developer console and see if the following sort of request is present and failing:
GET https://iiq.yourdomain.com/identityiq/ui/rest/messageCatalog?bdd0ed4de58-20230919-192552=&lang=en-us
Specifically, you’re looking for messageCatalog in the URL with an unsuccessful (or empty) return value.
Yes compared to a HAR file without the issue we get a HTTP 200 OK message and the returned content.
I can definitely see that the data required to render the labels is present when its successfully returned. Also, when we do have the issue which resolves itself after 3-5 minutes you can then clearly see the change in the response and the labels updated. We are still very much trying to identify the cause, this only has happened since we enabled SSO and was not present when we had MFA only.
We can confirm that this issue occurs in other browsers and is still very transient in when it occurs. (2 - 3 day frequency give or take)
Any indication where best to focus our efforts investigating this would greatly be appreciated.