Posted on 04/05/2021 15:52:26
Hi guys,
I have explored this situation further and it seems that the Basic Authentication is persistent in most sections and interfaces except for the Repositories part.
Once you try to open the UI for managing the Index, the Basic Authentication is lost.
What I have noticed is the request for opening up the Index UI looks something like this: /Admin/Api/repositories/Index/Products/Products-index/ while the previous request (where the authentication was still valid) looked like this: /admin/api/navigators/Marketing/TEVBRFMvU3RhdGVz
I am not sure if the Basic Authentication is case sensitive or not or if the request to the repositories is clearing the credentials, but it seems to have some sort of inconsistency that I cannot handle with IIS configuration.
The rest of the sections seem to behave fine.
Thank you,
Adrian