Skip to content

Cache the url for authentication service

edbo requested to merge topic/default/edbo-fix-12440 into branch/default

Closes #12440 (closed)

When starting the desktop client you can select a profile. And by doing that, the client sends a request to fetch the authentication services.

The data of the request is then cached but the url is not so the client forget about it. Because of the cached data, when selecting a particular profile data is taken from the cache but the url is not updated leaving it unchanged and empty or with a url from last request.

Edited by edbo

Merge request reports