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
  • Getting Started
    • Welcome to Moveworks
    • Roadmap & Release Notes
    • Moveworks Best Practices
    • Labs
    • Professional Services
    • Support
  • AI Assistant
    • AI Assistant Overview
    • Capabilities
    • Web Experiences
      • AI Assistant on Web
      • Embedded AI Assistant (formerly, Moveworks for Web)
        • Embedded AI Assistant - Browser Compatibility
        • Embedded AI Assistant Installation Guide
        • Adding Embedded AI Assistant to ServiceNow
        • Adding Embedded AI Assistant to SharePoint Online (Cloud)
        • Adding Embedded AI Assistant to Google Sites
        • Adding Embedded AI Assistant to Unily
        • Embedded AI Assistant SSO Configuration - Okta OIDC
        • Embedded AI Assistant SSO Configuration - OneLogin (OIDC)
        • Embedded AI Assistant SSO Configuration - Okta SAML SSO
        • Embedded AI Assistant SSO Configuration - Azure OIDC
        • Embedded AI Assistant SSO Configuration (General SAML) + ADFS Configuration
        • Embedded AI Assistant: Multi-SSO Configuration Guide
        • Embedded AI Assistant Troubleshooting Guide
    • Analytics & Performance
  • Enterprise Search
    • Overview
    • Agentic RAG Overview
    • Content Ingestion Platform
    • Profile Boosting
    • Retrieval
    • Permissions Platform
    • Built-in Content Connectors
    • Build your own Content Connectors
    • Configure Search
    • Configure Enterprise Search
    • Vetted Content
    • Writing AI-Ready KB Articles
    • Document Chunking and Snippetization Overview
  • Productivity Boost
    • Overview
    • Configure Productivity Boost
    • Quick GPT
    • Calendar Management
    • Brief Me
DeveloperAcademyCommunityStatus
On this page
  • Prerequisites
  • Configuration Steps
  • Create OIDC Application
  • Add SSO Configuration in MyMoveworks
  • Create Moveworks Setup Authentication Configuration
  • Configure the Embedded AI Assistant
AI AssistantWeb ExperiencesEmbedded AI Assistant (formerly, Moveworks for Web)

Embedded AI Assistant SSO Configuration - OneLogin (OIDC)

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

Embedded AI Assistant SSO Configuration - Okta SAML SSO

Next
Built with

Prerequisites

OneLogin SSO Prerequisites

  • Have administrator access to OneLogin. You should be able to access your portal at https://{{your_subdomain}}.onelogin.com/admin2

Configuration Steps

Create OIDC Application

  1. Go to Applications > Applications and click Add App
  2. Search for OpenId Connect (OIDC) in the application search
  3. Click OpenId Connect (OIDC) & fill out the details
    • Name: Moveworks Embedded AI Assistant
    • Icon:
      • Rectangular
      • Square

  4. Click Save
  5. Navigate to the Configuration page within the application you created and enter the following:
  • Redirect URI: Choose the URL below that corresponds to your Moveworks Environment Region: Commercial Environment: https://webchat-kprod.moveworks.io/login/sso/oidc GovCloud Environment: https://webchat.prod.am-usge1.moveworks.io/login/sso/oidc
    EU Environment: https://webchat.prod.am-euc1.moveworks.io/login/sso/oidc
    Canada Environment: https://webchat.prod.am-cac1.moveworks.io/login/sso/oidc
  • Login URL: Choose the URL below that corresponds to your Moveworks Environment Region: Commercial Environment: https://webchat-kprod.moveworks.io
    GovCloud Environment: https://webchat.prod.am-usge1.moveworks.io
    EU Environment: https://webchat.prod.am-euc1.moveworks.io
    Canada Environment: https://webchat.prod.am-cac1.moveworks.io
  1. Navigate to the SSO page within the application settings and set Token Endpoint Authentication Methodto POST

Add SSO Configuration in MyMoveworks

  1. Note down your OIDC Configuration Variables from OneLogin
    • Client ID: Record this value to populate the Client ID field in Moveworks Setup
    • Show client secret: Click this to see your Client Secret
    • Issuer URL: This is the value for the IDP Issuer field in Moveworks Setup
  2. Navigate to SSO Settings in MyMoveworks
  3. Click Create.
  4. Add your configuration using the values you’ve noted above
    • Moveworks Product: Movewebchat
    • Select Connector: Moveworks
    • Authentication Protocol: OIDC
    • IDP Redirect URL: Input the Redirect URL you configured in step 5
      • e.g. https://webchat-kprod.moveworks.io/login/sso/oidc
    • IDP Issuer: idp_issuer(from Step 1)
      • e.g. https://acme.onelogin.com/oidc/2
    • IDP Client Id: idp_client_id
    • IDP Client Secret: idp_client_secret
  5. Leave the remaining fields empty to inherit the recommended default settings and click Submit

Create Moveworks Setup Authentication Configuration

  1. Within Moveworks Setup, Navigate to Web Chatbot > Authentication and click create to create a new authentication record
  2. Set Auth Config to Generic SSO
  3. Set SSO Config to the SSO configuration record you created in the previous section of this guide.
  4. Set Auth Key to defaultfor single SSO authentication setups. For setups where you have multiple SSO systems users use to authenticate, follow the Multi SSO Configuration Guide

Configure the Embedded AI Assistant

You will need to follow the Embedded AI Assistant Configuration Guide to complete the remaining setup steps if you have not done so already.