I\'ve read how to send parameters using JSF but what if the user types their companyId in the URL when accessing their login page? For example,
companyId
url paramters can also be treated as request parameters so you can also access through
FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap()