I'm having the exact same problem on 7.4.3. The only thing non-standard about our install is that we use a custom back-office authentication provider that we use to authenticate against Active Directory. However, I'm using a built-in account for testing purposes, not an account that authenticates via AD. My unpublished but saved changes are in the XML, but the preview shows the currently published content, not the saved but unpublished content.
We also use a custom back-office authentication provider. I use a built-in account for deploying, but I've tried previewing changes with the built-in and a custom account, and I see the same issue.
Thank you for the information. If I figure out a work around, I'll be sure to post it to this thread.
I have encountered the same issue here, just I've upgrade my Umbraco from 7.3.8 to 7.5.4. After I removed the custom OwinStartup to register the LDAP Signin Manager , preview mode works back to normal.
Hi Bach Huong,
I try to get Backoffice sso with AD. In your CodeSnipped you use LdapUserSignInManager which i cant find. Could you provide a full functional example for using umbraco as intranet (with sso via ad).
If you have an implementation of sso with ad on the Frontenserver, i woult be very thankfully for your help.
Can't get Preview to display unpublished changes 7.4.3 (upgrade from 7.3.7)
I want to upgrade my site from 7.3.7 to 7.4, because of the Preview bug in 7.3.7, but I've been unable to get Preview to work in 7.4.3.
Repro steps
Update-Package UmbracoCms
in VS Nuget consoleUrlRewriting.config
andUmbracoSettings.config
, replace the config files.I looked up the Preview files in the App_Data folder, and the xml element of the field I changed has my unsaved changes in the content.
I've rolled back and reinstalled 7.4.3 several times, and I've cleared my browser's temporary files/history before previewing.
Is there anything else I should try/look at?
I'm having the exact same problem on 7.4.3. The only thing non-standard about our install is that we use a custom back-office authentication provider that we use to authenticate against Active Directory. However, I'm using a built-in account for testing purposes, not an account that authenticates via AD. My unpublished but saved changes are in the XML, but the preview shows the currently published content, not the saved but unpublished content.
We also use a custom back-office authentication provider. I use a built-in account for deploying, but I've tried previewing changes with the built-in and a custom account, and I see the same issue.
Thank you for the information. If I figure out a work around, I'll be sure to post it to this thread.
Hi dudes,
I have encountered the same issue here, just I've upgrade my Umbraco from 7.3.8 to 7.5.4. After I removed the custom OwinStartup to register the LDAP Signin Manager , preview mode works back to normal.
Can anybody please get us any update here?
Thank you.
Regards, Bach Huong
Hi Danny,
I found the way to manage this work with my custom OwinStartup. See my comment at http://issues.umbraco.org/issue/U4-9081#comment=67-33113
Hope this helps you,
Regards
Hi Bach Huong, I try to get Backoffice sso with AD. In your CodeSnipped you use LdapUserSignInManager which i cant find. Could you provide a full functional example for using umbraco as intranet (with sso via ad). If you have an implementation of sso with ad on the Frontenserver, i woult be very thankfully for your help.
I am experiencing the same issue. A full example would be extremely helpful
is working on a reply...