ADFS Alternate Login ID and multiple Claims Providers
yesterday implemented alternate login id feature in adfs. in particular implementation using 2 claims providers filtered on home realm discovery page based on relying party. filtering done following statement:
set-adfsrelyingpartytrust -targetname myclaimapp -claimsprovidername @("active directory")
this way, myclaimapp, users sign-in page without showing home realm discovery page. other relying parties had both claims providers available.
after adding alternate login id feature, users of myclaimapp see home realm discovery page again showing both claims providers. seems restriction had set myclaimapp, to have "active directory" claims provider available, ignored.
as workaround edited javascript on home realm discovery page select active directory claims provider after page loaded not elegant solution. there other way solve this?
any appreciated.
wouter berman
this posting provided no warranties or guarantees , , confers no rights.
ahmed malek
Windows Server > Directory Services
Comments
Post a Comment