Skip to content

Login config from server

Grigor Malo requested to merge login-config-from-server into staging

Fix:

  • fixes issue with email login and sso without hardcoding variables in the docker file
  • create gql endpoing to read login configs from the server (show email, client id and oauth redirect)
  • call endpoint from Login page and use returned values instead of reading directly env vars

Merge request reports