Our team is using Sitecore 10.1.2 with local environment hosted on developer machines, and deployed environments with K8s and Docker with Coveo serving all of those environments. Only in our deployed environments we are using federated authentication with Azure Active Directory but still using Sitecore's DefaultExternalUserBuilder
. Attached is our showconfig.aspx, after I am attempting to patch the externalUserBuilder
to use my assembly that I've created. As you can see, my patch is not showing up in the externalUserBuilder
section and still shows that is using Sitecore's default. If I am reading this correctly, it appears that Coveo is being patched in using the default Sitecore user builder.My patch config is also attached.From what I understand is that the Coveo config is patched in by http request which may be configured to use the Sitecore default builder. If that is a correct assumption. Would anyone know how to get around that to use my CustomExternalUserBuilder
?
↧
Unable to patch DefaultExternalUserBuilder in Sitecore 10.1.2
↧