As per the general suggestion, I added the setting below in the custom policy to hide the Sign Up link that is shown by default in the login screen. Since our business app will add users via MS Graph API, we should not allow user to sign up themselves.
<Item Key="setting.showSignupLink">false</Item>
But with this custom policy change, the sign up link is continued to be shown. What is the right way to address this?