adfsWebCustomization icon indicating copy to clipboard operation
adfsWebCustomization copied to clipboard

Update password link not placed in same location as AAD

Open SRE93 opened this issue 6 years ago • 6 comments

Hello @ all,

how can we configure the passwordchange page to be displayed not in the footer and not in dark display color? untitled

It would be nice to see the change password option in the white centered area.

SRE93 avatar Jun 28 '18 10:06 SRE93

Thanks @dernettemann118. How is the password link in the footer set up in your environment (meaning what were the ADFS PowerShell cmdlets you ran to put it in place)?

To add a password link to the main body of the page, you can use the sign-in page description, which supports HTML href links to your password reset page.

@bongiovimatthew-microsoft Thanks for your input. The password link is in ADFS the "helpdesk link". I will try the sign-in page with HTML - really thank you for that suggestion. Sometimes it is to easy to see it by myself ;)

SRE93 avatar Jun 28 '18 16:06 SRE93

Tested already yesterday, works. But for now it isn't so nice integrated like the links in azure ad sign xp ...

untitled

SRE93 avatar Jun 29 '18 05:06 SRE93

Yeah, I see what you mean. I'm going to update the title of this issue, and mark it as help wanted in case anyone is able to play around with the CSS to get this to look better.

Same here: https://github.com/Microsoft/adfsWebCustomization/issues/35

If I insert the suggested code with enabled KMSI it doesnt look really beautiful adfs

SRE93 avatar Jul 02 '18 05:07 SRE93

I also used the sign-in page description setting to solve for this. This is the same issue that also applies to sign in options looking misaligned like show in this thread. As I mentioned in issue #38 I was able make this look a little better by adding "padding-button: 25px;" to the #loginForm element in the CSS, but its not ideal as the Auth Options still get shifted too high when the Back button is used. However, its much better. The same solution makes both issues better (Sign in options and sign-in description). Here a screenshot:

image

brentcarlson avatar Jul 03 '18 15:07 brentcarlson