Skip to content

fix: don't load oidc config and refresh token if service access authe…

Created by: xkureck

…ntication is used

  • when we are logged via basic auth or are on /service-access we don't have to initialize oidc config or try to refresh token
  • because when we are trying to refresh token then we are loading discovery document which is making http request to proxy, but the configuration to that don't have to be there or the cors on the proxy could not be set correctly which could lead to constant logging of the application

Merge request reports