Skip to Content

Integrating with Google SAML

Overview

QueryPie supports user integration through SAML 2.0 for Google users. You can grant access permissions and apply policies by synchronizing users.

SAML Configuration in Google Workspace

  1. Access the Google Admin Console homepage and click Apps > Web and mobile apps in the left menu.

screenshot-20240902-162650.png

  1. Click the Add App button and then click Add Custom SAML App.

image-20240902-073821.png

  1. This is the step 1 page for entering app details. Enter ‘QueryPie-SSO’ in the App Name field and click the Continue button.

screenshot-20240902-164038.png

  1. On the step 2 page, enter the following values. After entering, click the Continue button to proceed to step 3.

screenshot-20240902-164356.png

  • ACS URL : https://{QueryPie Host}/saml/sp/acs
  • Entity ID : https://{QueryPie Host}/saml/sp/metadata
  • Start URL (Optional) : https://{QueryPie Host}/
  1. On the step 3 page, click the Add Mapping button, enter all four values below, and click the Finish button.

screenshot-20240902-164739.png

  • Basic Information : Primary email → email
  • Basic Information : First name → firstName
  • Basic Information : Last name → lastName
  • Basic Information : Primary email → loginId
  1. Enter your Google authentication password and click Next to complete creation.

screenshot-20240902-164955.png

  1. When creation is successfully completed, the newly added app will be displayed in the list as shown below. Click on the app to enable it.

screenshot-20240902-165202.png

  1. In the app details, click Download Metadata to download the file, then click the User Access item.

screenshot-20240902-165512.png

  1. Select ‘Enable for all users’ in Service Status and click the Save button.

screenshot-20240902-165647.png

Configuring Authentication Method in QueryPie

  1. Navigate to QueryPie Admin > General > User Management > Authentication menu and configure as follows.

screenshot-20240902-170029.png

  • Type : Select SAML.
  • Identity Provider Metadata : Open the file (GoogleIDPMetadata.xml) downloaded from the Google Admin Console homepage, copy the content, and paste it here.
  • Click the Save Changes button to complete the setup.

SAML Login in QueryPie

image-20240723-073353.png

Now you can authenticate with Google and log in to QueryPie through the Login with SAML button on the login page.

Last updated on