Cryoserver Knowledge Base
  • 👋Welcome
    • Contacting Support
    • Release notes
      • Version 10.1.x GA releases
      • v10.5.x - Releases Timeline
  • ⚡Quick Start
    • 1️⃣Setting up Live Email Feed
    • 2️⃣Importing Old Email
    • 3️⃣Creating User Accounts
    • 4️⃣Checking Live Mail Receipts
  • 🧑‍🦲Managing Users
    • User Types
    • Creating Local User Accounts
    • Creating Basic User Accounts
    • Creating Data Guardian User Accounts
    • Creating Privileged User Accounts
    • Searching the User Directory
    • Adding a Delegation Link
    • Adding as Delegate
  • ⚙️Basic Configuration
    • Accessing Admin Options
    • Updating Company Information
    • Configuring Outbound Email Settings and Email Alerts
    • Configuring Global Account Settings
    • Managing Mail Server Connections
    • Configuring LDAP Settings
    • Managing Email Domains
    • Managing Email Addresses
    • Configuring Email Collector
    • Configuring SMTP Service Settings
    • Downloading / Emailing System Logs
    • Managing Exclusion Rules
  • ⚒️Advanced Configuration
    • Enabling Premium SSO
    • Configuring OAuth Connection Settings
    • Configuring Advance Company Settings
    • Setting Retention Period
    • Setting Search Date Limit
    • Setting Report Consolidation Period
    • Setting Case Folder Configuration Limits
    • Configuring Global Settings
    • Configuring SMTP Settings
    • Configuring Web Security Settings
    • Configuring System Alert Settings
    • Managing LDAP Search Filters
    • Viewing Company Summary
    • Managing Date Formats
    • Managing Headers
    • Configuring Error Email Respool Settings
    • Configuring De-Duplicated Email Respool Settings
    • Configuring Excluded Email Respool Settings
    • Configuring Windows File Share Settings
    • Setting up Stubbing
  • 🗃️Using the Archive
    • 🔎Search
      • Searching your Archive
      • Saving your Search
      • Sharing your Search
      • Filtering Search Results
      • Video of Cryoserver.online
      • Search (Classic Interface)
    • 📦Spaces
      • Creating a Space
      • Adding to a Space
      • Sharing a Space
    • 📄Results
      • Downloading a Single Result
      • Downloading Multiple Results
      • Printing Results
      • Result Headers
      • Forward Results
      • Restore Results
      • Saving to Space
      • My Archive
    • ⏳History
      • Saved Searches
      • Recent Search History
  • 🔐Legal Hold
    • Creating a Legal Hold Request
    • Managing Legal Hold Requests
  • 🗑️Authorised Delete
    • Requesting a Deletion
    • Managing Deletion Requests
  • 🔌Outlook Add-in
    • Local Add-in Install
    • Centralised Add-in Install
    • Introduction to the Outlook Add-in
    • Searching via the Outlook Add-in
    • Pinning the Outlook Add-in
    • Continuing your Add-in Search on the Archive Interface
Powered by GitBook
On this page

Was this helpful?

  1. Advanced Configuration

Configuring OAuth Connection Settings

Open Authorization (OAuth) is a token-based technique of authentication and authorization used to provide Single Sign On (SSO).

PreviousEnabling Premium SSONextConfiguring Advance Company Settings

Last updated 1 year ago

Was this helpful?

This technique allows the user’s account information to be used by third-party applications / service without revealing the user’s password.It acts as an intermediary on behalf of the end user, providing the service with an access token that authorizes specific account information to be shared. The SSO OAuth section allows you to configure and manage OAuth connection. For a more in-depth guide click below.

Setting Up a New OAuth Connection

  1. Access OAuth Settings: Navigate to Adv. Configuration > SSO - OAuth in your application’s settings.

  2. Create New Connection: Click on the Create New Connection button to start setting up a new OAuth connection.

  3. Fill in Connection Details:

    • Enter or select the necessary information in each field.

    • Use the provided table (located below this guide) for guidance on each field's name and purpose.

  4. Review and Save: Carefully review all entered values to ensure accuracy and completeness. Then, click the Save Connection button to finalize the configuration.

  5. Successful Configuration: Once saved, your OAuth connection will be successfully configured and operational for SSO.

Managing Existing OAuth Connections

  1. Edit a Connection:

    • To modify an existing connection, navigate to the Existing Connections section.

    • Click on the desired connection, then select the Edit Connection button.

    • Update the necessary fields and click Save Connection to apply changes.

  2. Delete a Connection:

    • In the Existing Connections section, select the connection you wish to remove.

    • Click the Delete Connection button to permanently remove the OAuth connection.

Field
Description

Provider Type

Provider type for which you want to create the new connection. The available options are Microsoft Office 365, Microsoft ADFS, and OpenId Connect.

Redirect URLs

URI(s) to which the authorization server will send the user to after the app has been successfully authorized, and granted an authorization code or access token.

Connection Name

Name that will be used to identify the connection.

Client Id

Unique ID assigned to the application registered with the OAuth provider.

Client secret

Secret code assigned to the application registered with the OAuth provider.

Authorization URL

URL to which the frontend will redirect the user for authorization.

Access Token URL

URL which should be called for obtaining the access token.

User Detail URL

URL which should be called for obtaining the user details.

Note: Authorization URL, Access Token URL and User Detail URL should be specified for Enterprise applications and can be left blank for Standard applications. If left blank, the default values will be used i.e. Authorization URL:

Access Token URL: User Detail URL:

⚒️
https://login.microsoftonline.com/common/oauth2/v2.0/authorize
https://login.microsoftonline.com/common/oauth2/v2.0/token
https://graph.microsoft.com/v1.0/me
2MB
Cryoserver 10 - OAuth setup with Office 365.pdf
pdf