Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

A/B Testing Add In and ADFS

Vote:
 

Hi,

I've just installed the addon. I found that it doesn't show preview. Could it be that thumbnail generator just need the .episerverlogin cookie? In our case we're using ADFS and I wonder if there is a workaround or configuration change that enable the preview module?

Thanks

#197233
Sep 26, 2018 14:42
Vote:
 

OK. I might find a solution:

By default AB Testing module try to using .EPiServerLogin or .AspNet.ApplicationCookie to authenticate against EPiServer.  Changine the cookiename in startup.cs will make it compatible with AB Testing module.

app.UseCookieAuthentication(new CookieAuthenticationOptions
{
AuthenticationType = WsFederationAuthenticationDefaults.AuthenticationType,
CookieName = ".AspNet.ApplicationCookie"
});



#197242
Sep 26, 2018 21:25
Vote:
 

Thanks for sharing the solution! I think you can mark your own post as answered :)

#197273
Edited, Sep 27, 2018 10:34
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.