For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
DeveloperAcademyCommunityStatus
  • Service Management
    • Overview
    • Concierge & Ticketing Capabilities Overview
    • Forms
    • Forms - Integration Specific Guides
    • Live Agent Chat / Handoff
    • Triage
    • Approval Mirroring
    • Ticket Interception
    • Generic Ticketing Integration: Ticket Gateway
  • Administration
    • MyMoveworks
    • Organization Information
    • Roles and Permissions
    • MyMoveworks SSO
      • Okta SSO Setup
      • Microsoft Entra Setup
      • OneLogin Setup (OIDC)
      • Google SSO Setup (SAML)
      • OIDC Setup (General)
      • SAML Setup (General)
      • SSO Troubleshooting
  • Moveworks Setup
    • Accessing Moveworks Setup
    • First-Time Login via Magic Link
    • Moveworks Setup Modules
    • Moveworks Setup: Module How To Guides
    • Plugin Management
    • Monitor Alerts
    • Audit Logs
    • DSL Fields Defaults
    • Data Crawling View
    • API Playground
    • Setup Homepage
    • Troubleshooting Hub
    • Security and Privacy Settings
    • Configuration Delete
    • Advanced Config Editor
    • Identity configuration
    • Onboarding Stage
  • Security
    • Security
    • Hyperlink & Button Expiry
    • Attachment Handling
    • Moveworks Subprocessors
  • Provision Management
    • Overview
    • Access Software
    • Access Groups
    • Access Account
  • Access Requirements
    • Overview
    • Update Set Modules
    • Ticketing Systems & ITSMs Access
    • Identity and Access Management Systems Access
    • Multi-Factor Authentication (MFA) Systems Access
    • Knowledge Access Requirements
    • Email Distribution List Systems Access
    • Facilities Management Access
    • Live Agent Chat Access
    • HR Information System Access
    • Expense Management Access
    • Calendar Management Access
  • Core Platform
    • User Identity
    • Moveworks On-Prem Agent
    • Approvals Engine
    • Entity Catalog
    • Configuration Languages
    • Moveworks Data Objects
    • SIEM
  • Employee Experience Insights
    • Overview
    • Breaking Down the Dashboard
    • Understanding Industry Benchmarks
    • Apps & Services
    • Impact Module
    • EXI Common Use Cases
    • Configure EXI
    • Ticket Backpolling
  • Knowledge Studio
    • Overview
    • Knowledge Studio Configuration
    • AI Powered Recommendations
    • Inspecting & Verifying Sources
    • Publishing Articles
    • Creating Knowledge Articles
    • Resolving IT Tickets Guidance
DeveloperAcademyCommunityStatus
On this page
  • Prerequisites
  • Configuration
  • Google:
  • Step 1: Create custom SAML app
  • Step 2: Set up Service Provider
  • Step 3: User access
  • Moveworks:
  • Step 1: Google SSO Configuration
  • Validation
AdministrationMyMoveworks SSO

Google SSO Setup (SAML)

||View as Markdown|
Was this page helpful?
Edit this page
Previous

OIDC Setup (General)

Next
Built with
Making edits?

Before you edit your SSO configuration, make sure you are logged into MyMoveworks. Otherwise, you will not be able to log in and update your SSO configuration details.


Prerequisites

Google:

  • Google Workspace and Admin access
  • Sufficient privileges to create SAML application

Moveworks:

  • Org is initialized and user ingestion is complete

Configuration

Google:

Step 1: Create custom SAML app

Navigate to https://admin.google.com/ and login with your admin account.

  1. Go to “Home→Apps→Web and mobile apps”.

  2. Click on “Add app” and from the drop down select “Add custom SAML app”.

  3. On the “App Details” screen, please fill in the following information:

    • App name: Moveworks
    • Description: Moveworks Control Center
  4. On the next page, click “Download Metadata” and also download the Certificate. These two data files will need to be provided to your CSE.

Step 2: Set up Service Provider

  1. On the “Service provider details” page, please fill in the following information:

    • ACS URL: https://org_name.moveworks.com/login/sso/saml
    • Entity ID:https://www.moveworks.com
    • Check “Signed response”
    • Name ID format: EMAIL
    • Name ID: Basic Information > Primary email
  2. On the next page under “Attributes”, click “Add Mapping” and fill in the following:

    • Google Directory attributes: Basic Information → Primary Email
    • App attributes: mail
  3. Click Finish.

  4. Open the “Moveworks” app you just created if it’s not open already and it should look something like this:


Step 3: User access

Navigate to the “User access” page from your app page mentioned above to enable access for necessary users.

  1. User access is “OFF for everyone” by default so based on needs of the organization, please set this up accordingly. If everyone can get access, this can be changed to “ON for everyone”. To turn this on for everyone:

    • Click on the down arrow on the top right of the “User access” box:

    • Select “ON for everyone” under “Service Status”

    • Click Save

  2. Once your app setup is complete, download the metadata and certificate information, as you were need that in subsequent steps.

Moveworks:

Step 1: Google SSO Configuration

  1. Under “Tenant Settings”, select “Single Sign-On (SSO)”.

  2. Create a new SSO, by clicking the “Create” button.

  3. Fill in the information as follows:

    • Moveworks Product: studio
    • Select Connector: Moveworks
    • Authentication Protocol: SAML
    • IDP Sign On / SSO URL:https://accounts.google.com/o/saml2/idp?idpid=XXXXXXX (this will be provided to you in the Metadata file from the customer, and can be found near the bottom of the file)
    • IDP Issuer/Identifier ID:https://www.moveworks.com
    • IDP Public Certificate: Upload the .pem file that is provided, this value should match the X509 value in the Metadata file as well. So if you only have the Metadata file, you can create your own .pem file by extracting the X509 value and wrapping it in:
    1------BEGIN CERTIFICATE-----
    2------END CERTIFICATE-------
    • User attribute: mail
    • Identifier Type: EMAIL_ADDR
  4. Click Submit

Validation

Next following the steps below to verify access is working.

  1. Open an Incognito page from your browser (this is to prevent cached values from loading incorrectly).
  2. Go to https://org_name.moveworks.com (org_name being the value from the ACS URL).
  3. Log in with your Google account when prompted.
  4. On successful login, the Moveworks Control Center should appear.