-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Set-PnPSearchSettings -SearchBoxPlaceholderText does not work with Vanity domains #2613
Comments
When using vanity domains, you need to specify Can you try that and then execute this |
I will test this this week and update the bug. Thank you! |
I managed to track it down to an hardcoded -admin definition in PnP Framework: https://github.com/pnp/pnpframework/blob/3d6154e7cf596eb7f7ddcdf8863d5ecf1a25ef24/src/lib/PnP.Framework/AuthenticationManager.cs#L1534 . Trying to see how we can fix this. |
@mikelee1313 Thanks for reporting this issue. It will be fixed once the above two referenced PRs have been merged. Once they are, the next calendar day you can use |
Has been fixed now, will be available via tomorrow's nightly build and the next major version whenever it is going to be released |
Thank you!!! |
Reporting an Issue or Missing Feature
Set-PnPSearchSettings -SearchBoxPlaceholderText "Text" does not work with Vanity domains. It appears to be appending the "-admin" at the end of the URL. Vanity domains do not conform to this standard.
Expected behavior
Executing" Set-PnPSearchSettings -SearchBoxPlaceholderText 'Text' " should locate the correct Admin URL and does not fail with AADSTS500011 error.
Actual behavior
The following dialog appears as it's assuming the "tenant-admin.domain.com" URL convention, however, this is incorrect as our organization uses a vanity URL for the admin center.
Steps to reproduce behavior
What is the version of the Cmdlet module you are running?
1.10.50
Which operating system/environment are you running PnP PowerShell on?
The text was updated successfully, but these errors were encountered: