SEN URL Redirect: Customer Setup Guide

Last Updated May 17, 2026

Brief Overview

This guide is for IT or technical teams setting up the URL redirect as part of your organization's SAP Enable Now (SEN) transition to WalkMe Learning Arc (WMLA). It explains how to set up a reverse proxy so that existing SAP Enable Now links continue to work after transition, automatically sending users to the equivalent content in your portal, with no broken links and no action required from end users.

Before You Begin

Make sure your SAP Enable Now content has been transitioned to WalkMe Learning Arc (WMLA).

Set Up the Redirect

  1. Set up a reverse proxy on your original SAP Enable Now domain (for example: your-company.enable-now.cloud.sap).
  2. Configure the proxy to redirect all requests to your portal, passing the original URL as a query parameter:
    1. Incoming: https://your-company.enable-now.cloud.sap/<any-path>
    2. Redirect to: https://<your-subdomain>.<region>.walkmelearning.com/app/sen?url=<URI-encoded-original-URL>
Notes

  • Use a 302 redirect
  • URI-encode the full original URL (including path and query string) as the url parameter
  • Your portal domain depends on your region, for example:
    • portal.us.walkmelearning.com
    • portal.eu.walkmelearning.com
    • portal.us01.wmlearningarc.cloud.sap
    • portal.eu01.wmlearningarc.cloud.sap

  1. Point the DNS for your original SEN domain to your reverse proxy

  2. Make sure a valid SSL certificate is in place for the original SEN domain, as existing user bookmarks use HTTPS

Was this article helpful?

Thanks for your feedback!

Be part of something bigger.

Engage with peers, ask questions, share ideas

Ask the Community
×