Change manager/realms URL

Good morning
Is it possible to change the URL for the manager?
e.g.
https://myserver → goes to myRealm
https://myserver/?realm=master → goes to master realm

Trying to avoid people complaining because their credentials get refused on master realm
Many thanks
P

You could try creating a manager_config.json and specifying the realm in there but looking at the code quickly this will likely cause trouble accessing the master realm then as the query parameter will always be ignored.

@Don one for the backlog…

1 Like