ADFS login page logo

Marshall 11 Reputation points
2021-04-22T07:52:54.46+00:00

Hi guys,
I always changed the company logo following this document:
https://learn.microsoft.com/en-us/windows-server/identity/ad-fs/operations/change-the-company-logo-on-the-ad-fs-sign-in-page

But yesterday running this command Set-AdfsWebTheme -TargetName default -Logo @{path="c:\Contoso\logo.png"} nothing happen also if seems to be executed correctly because no errors appear on PowerShell.

Any Idea?

Thanks :)

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,261 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Pierre Audonnet - MSFT 10,181 Reputation points Microsoft Employee
    2021-04-26T12:56:41.663+00:00

    But your cmdLet is targeting the "default" theme where your active theme is "custom".

    1 person found this answer helpful.

  2. Pierre Audonnet - MSFT 10,181 Reputation points Microsoft Employee
    2021-04-22T20:47:40.72+00:00

    The command is right and should work right away.

    Maybe you are using a custom webtheme already? You can run

    Get-AdfsWebConfig
    

    And see what's the active one.


  3. Huynh Trong Nghia 0 Reputation points
    2023-04-14T10:40:18.21+00:00

    Here you are bro!

    Set-AdfsWebTheme -TargetName custome -Logo @{path="c:\CustomWebTheme\logo\logo.png"}

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.