Redirect to SSO

Hi

I’m would like to redirect our bitwarden to the sso login screen.
So if i connect to https://bitwarden.mydomain.com i get redirected to https://bitwarden.mydomain.com/#/sso?identifier=myIdentifier

Maybe there should be an easy way to do this in the ngnix/default.conf, something like

location / {
  return 301 https://bitwarden.mydomain.com/#/sso?identifier=myIdentifier;
}

But so far i had no success… Maybe someone with some ngnix expirience can help me out here?