Sitecore Identity Extending Sitecore Identity's Sitecore.Profile to Map Additional Profile Data In this shorter post, we'll look at mapping profile data to fields that aren't configured out of the box when installing Sitecore and Sitecore Identity. We'll be piggybacking off the last post in
Sitecore Identity Using Custom and Nonstandard Attributes from Azure Active Directory with Sitecore Identity Server In volume 3 of Sitecore Identity, we look at passing custom and nonstandard attributes from Azure AD to Sitecore via Claim Mapping Policies.
Sitecore Identity Mapping Claims to User Profiles in Sitecore 9.1 with Sitecore Identity Server In the second part of posts on integrating Azure AD and Sitecore Identity, we'll explore additional claim mapping and role assignment.
Azure SI Snitch: Small tool to debug claims coming out of Sitecore Identity I've been trying to get some more complex claims transformations working lately between Azure AD, Sitecore Identity, and Sitecore 9.1. Unfortunately, it was difficult to see if my transforms were working, if
Sitecore Identity Setting Up Azure Active Directory Integration with Sitecore Identity Server / Sitecore 9.1 I didn't see a good walkthrough out there on integrating the new Sitecore Identity Server that comes with Sitecore 9.1 with Azure AD, so I decided to spend a (longer than anticipated) lunch session setting it up for myself.
XM The New Sitecore 9.1 XM* (*not Experience Management) I began working with Sitecore in the 6.x days, and one of the more compelling feature sets has been the ability to personalize content.
Habitat(s) Released for Sitecore 9.1 Sitecore 9.1 is a pretty major release, and I've got a few topics I'll post on in the near future. But, thanks to the hard work of mostly Nick Wesselman, Habitat has
Azure Checklist: Preparing Your Sitecore Solution for the Move to Azure A question I hear often as of late is some variation of "What will it take to move my Sitecore implementation to the cloud?". That answer can vary wildly from implementation to implementation...
Azure Securing Directories on Sitecore Azure Web App Instances Quick post today: If you're wondering how Sitecore secures the client and other sensitive directories when deploying to Azure Web Apps, it's quite simple. And you can use the same trick to protect other sensitive folders in your instance.
Working with Right-To-Left Languages in Sitecore Content Editor I recently worked with a customer who was translating their content into a few new languages, including Arabic. This is the first time I'd encountered working with a Right-To-Left(RTL) language in Sitecore, and it wasn't without a few challenges.
Caching Manager in Sitecore 8.2+ I'm a huge fan of Mark Stiles' Caching Manager Module as a tool to use for tuning caches (and Mark has a great writeup of how to use it here). However, when throwing
Using Docker and Locust to Load Test Sitecore It's always a good idea to constantly load test your application so you can spot a regression in performance. That's easier said than done some times: load testing used to require specialized tools and vendors.