Hello,
I have self hosted n8n on business plan deployed inside a windows VM, i have installed Nginx and using reverse proxy to point it out to n8n.
This way we are accessing n8n from our machines, whenever i created new user it give localhost in invite link and same is in case of setting up SSO, my redirect url is http://localhost:5678/rest/sso/saml/acs and entitiy ID is http://localhost:5678/rest/sso/saml/metadata . What changes do i have to make so that it is like https://mydomain.local/rest/ssp/saml/acs ?