LogoLogo
  • 👋START HERE
    • Welcome!
  • ℹ️General
    • Release Notes
      • Full Feature Base Template
      • Services
      • Rule-based Automation
        • February 2025
        • January 2025
        • December 2024
        • November 2024
        • October 2024
        • September 2024
        • August 2024
        • July 2024
        • June 2024
        • May 2024
        • April 2024
        • March 2024
        • February 2024
        • January 2024
        • 2023
        • 2022
        • 2021
        • Dialog Design Update
    • Glossary of Terms
    • Authentication Methods
      • SSO (Single Sign-On)
      • Built-In User Management
    • Acceptable Use Policy
  • ⚙️Rule-based Automation
    • Overview
      • Account Settings
        • Profile
        • Team
        • Roles and Permissions
          • User Management
          • Project Permissions
      • Basic Concepts
        • Project Management
        • Version Management
        • Multi-Lingual Bots
          • Supported Languages
        • Managing User Interactions
          • Unexpected User Input
          • No User Input
    • Dialog Interface
      • Blocks
        • Conversation Logic
          • Start Conversation
          • Global
          • State
          • Intermediate Response
          • To Previous State
          • End Conversation
        • Subdialog
          • Reusable Subdialogs
        • Phone
          • Continue Listening
          • Call Control
        • Technical Logic
          • Service
          • Condition
          • Storage
        • Other
          • Note
      • Speech Assets
        • Intents
          • Utterances
          • Descriptions
        • Slots
          • Custom Slots
            • List Slots
            • Machine Learning Slots
            • Regex Slots
            • LLM Slots
          • Prebuilt Slots
            • DTMF Slot
        • Text Snippets
        • Dictionary
      • Variables
        • Intents
        • Slots
        • Storage
        • Text Snippets
        • Environments
        • Platform
        • Context
      • Services
        • Service Integration Guide
        • Service Development
        • Service Branches and Error Handling
        • Public Services
          • Date and Birthdate Recognition
          • Spelling Post-Processing for Phone
          • IBAN Validation
          • License Plate Validation
          • Address Search
          • Street Names per Postal Code
          • Email Service
          • SMS Service
          • API Adapter
          • Salesforce-Flow Connector
          • Opening Hours
          • Speech-to-Text Hints
          • Fuzzy Match Names
          • Delay Service
      • Debugger
        • Phone 2
        • WhatsApp
        • Textchat 2
    • Environments Interface
      • Service Keys
    • Deployments Interface
      • Creating a Release
      • Editing a Release
    • Text-to-Speech
      • Azure
      • ElevenLabs
      • OpenAI via Azure (Preview)
      • SSML
        • Audio
        • Break
        • Emphasis
        • Prosody
        • Say-as
        • Substitute
        • Paragraph and Sentence
        • Voice
    • Autocomplete
    • Parloa APIs
      • CallData Service and API
      • Conversation History API
      • Textchat V2 API
    • Phone Integrations
      • Genesys Cloud
        • Setting up the SIP Trunk
        • Sending/Receiving UUI Data
        • Creating a Script to Display UUI
      • SIP
      • Tenios
        • Setting Up an Inbound Connection
        • Setting Up an Outbound Connection
        • Transferring a Call
      • Twilio
      • Public IPs and Port Information
    • AI Integration Overview
      • Dual Intent Recognizer (DIR)
      • Dual Tone Multifrequency (DTMF) Intent
    • Analytics and Debugging
      • Understanding Conversations and Transactions
      • Managing Caller ID Data
      • Hangup Events and Triggered Analytics
      • Analytics Transactions: Data Structure and Insights
      • Dialog Analytics
      • Audit Logs
      • Parloa-hosted Analytics
    • Data Privacy
      • Anonymizing Personally Identifiable Information
    • NLU Training
      • NLU Training Best Practices
    • How To
      • Create a Scalable and Maintainable Bot Architecture
      • Implement OnError Loop Handling
      • Resolve the 'Service Unavailable' Error
    • Reference
      • Parloa Keyboard Shortcuts
      • Frequently Asked Questions (FAQ)
      • JavaScript Cheat Sheet
        • Using Regular Expressions (Regex)
  • 🧠Knowledge Skill
    • Introduction
    • Knowledge Collections
    • Knowledge Sources
    • Knowledge Skill Setup
      • Step 1 – Create a Knowledge Skill Agent
      • Step 2 – Configure a Knowledge Skill Agent
      • Step 3 – Configure a Knowledge Skill Agent
Powered by GitBook
On this page
  • Microsoft
  • Requirements for Microsoft SSO
  • Setting Up Microsoft SSO
  • Enforcing SSO
  • Securing Microsoft Accounts
  • Multi-Factor Authentication
  • IDP Authentication via OpenID Connect
  • IDP Authentication Process
  • Enabling IDP Authentication

Was this helpful?

Export as PDF
  1. General
  2. Authentication Methods

SSO (Single Sign-On)

Microsoft

Microsoft SSO enables you to access Parloa using your Microsoft account credentials, eliminating the need for a separate Parloa account.

Requirements for Microsoft SSO

To utilize Microsoft SSO with Parloa, ensure you have:

  • An active Microsoft account within Azure Active Directory.

  • Confirm with your organization’s Azure administrator if SSO for Parloa is enabled as per your organization's Azure settings.

Setting Up Microsoft SSO

Initial Sign-Up Process

  1. Select Microsoft SSO during the initial sign-up.

  2. Create a password for your Parloa account, providing an alternative login method.

Enforcing SSO

Parloa enables disabling password-based logins, a recommended step for administrator roles to enhance account security.

Securing Microsoft Accounts

To maximize your account's security:

  • Regularly update passwords and monitor account activity.

Multi-Factor Authentication

Microsoft accounts support Multi-Factor Authentication (MFA), also known as Two-Factor Authentication (2FA). Implementing MFA in conjunction with SSO provides an additional security layer.


IDP Authentication via OpenID Connect

IDP (Identity Provider) authentication in Parloa uses OpenID Connect, ensuring secure access for authorized personnel.

IDP Authentication Process

  1. Enter your email and click Sign In.

After successfully signing in through your IdP, you will be redirected to the Parloa App.

Enabling IDP Authentication

To enable IDP authentication using OpenID Connect (OIDC) with Parloa, please follow these steps:

1 – Start by gathering the following information from your identity provider
  • Discovery Endpoint – URL of your OpenID Connect provider's discovery document.

  • Client ID – Your unique public identifier.

  • Client Secret – Required if your IdP doesn’t support the implicit grant type.

  • Email domains and Subdomains – The email domains and subdomains that require access to the SSO.

2 – Configure Your OIDC Account for Parloa
  • Redirect URI/Callback URI – Ensure that your OIDC account is configured to whitelist the following Redirect URI/Callback URI: https://app.parloa.com/api/v1/auth/oidc/callback. This URI is where the authentication response is sent and is essential for successful integration.

  • Support for Code Grant Flow – Your OIDC account must support the code grant flow. This is a secure authorization method that exchanges an authorization code for an access token and is crucial for the authentication process.

3 – Contact Parloa for Integration
PreviousAuthentication MethodsNextBuilt-In User Management

Last updated 1 year ago

Was this helpful?

Follow best practices as outlined in .

On Parloa's sign-in page, select Single Sign-On (SSO) – A window prompts you to enter your email address –

Once you have gathered the required information and configured your OIDC account, email the details to Parloa at or reach out to your Customer Success Manager (CSM) for further assistance in setting up IDP authentication with your Parloa account.

ℹ️
Microsoft's Security Guide
support@parloa.com