I implemented two claims providers and added some AccountSuffixes to them. For example
Claimsprovider "CP1" with accountsuffix "test.local"
Set-AdfsClaimsProviderTrust -TargetName CP1 -OrganizationalAccountSuffix @("test.local")
Claimsprovider "CP2" with accountsuffix "company.local"
Set-AdfsClaimsProviderTrust -TargetName CP2 -OrganizationalAccountSuffix @("company.local")
After that customisation, the home realm discovery page only show an input field, where i can enter my login name and get redirected to CP1 or CP2 depending on the domain, my login is from.
After the redirect, i get the login form provided by CP1 or CP2, but the username field is empty. Is there a way, to forward the username from the hrd page to the actual login provider and not have the users enter it twice ?