Any2info Academy
  • Home
  • All-in-one software
  • Infra
  • Free trial
    • Empty canvas
    • Base template
  • Quick start
    • Free trial - start with data - build your first app (video)
    • Build your first app - Simple form (PDF)
    • Excel Add-in
      • Excel add-in functions
  • App template store
    • Create app template
    • Download app template
  • Change logs
  • Change logs version 3.7 - 3.11.1
  • No-code Platform
    • Introduction
    • Start
    • Platform
      • Licenses
      • Settings
        • Microsoft Azure
        • Google
        • Apple
      • SMTP
      • Profile
    • Management
      • Users
      • Usergroups
      • Authorisation forms
      • Variables
    • App Studio
      • Designer tools
        • Canvas
        • Toolbars
        • Left sidebar
        • Right sidebar
        • Footer bar
        • Stylesheets
        • Merge documents
        • Icons
      • Application design
        • Basics
          • App specifics
          • Layout and menu
          • Privacy
          • Dashboard defaults
          • Form defaults
          • Overview defaults
        • Dashboards
          • Pages
          • Layouts
          • Toolbox - controls
          • Properties - controls
          • Events - actions
          • Footer - tools
          • Specifics
            • Filter control
            • GPS
        • Forms
          • Pages
          • Layouts
          • Toolbox - fields
          • Properties - fields
          • Events - actions
          • Messaging
          • Overviews
          • Footer - tools
          • Specifics
            • Filter field
            • Scan
            • GPS
        • Navigation flows
        • Master forms
      • Logic - automation
        • Dashboards
          • Events - actions
          • Links
          • Parameters
          • Calculations
        • Forms
          • Rules - action flows
          • Events
          • Actions
          • Action flow
          • Events - actions
            • Form life cycle
          • Links
          • Parameters
          • Calculations & formulas
      • Navigation
        • Main menu left sidebar
        • Form overview header
        • Form page header
        • Events - actions (fields)
        • Events - actions (controls)
        • Supporting panels (webapp)
      • Data
        • Data sets
        • Mapping data to controls
        • Mapping data to fields
    • Data Studio
      • Data hub
      • Connections
        • AFAS Connector
      • Toolbox
      • Data flows
        • Case example 1
        • Case example 2
        • Dataflow output
      • Form data hub events
      • Resultset and dataclip
      • Reports
      • Dataclips
      • Devices
    • Tools
      • Import and export
      • Translation
      • Notifications
      • Database tags
      • Form web links
      • Document services
    • Artificial Intelligence - Supporting tools
      • Create forms with AI (text or image)
      • Extract data from text
      • Extract data from an image
      • Analyze image
      • Analyze audio
      • Task
      • File search
        • Create a File search Assistant in OpenAI
        • Configure file search in Any2info
      • Extract subforms from a source
      • Prompts
  • Apps
    • Custom design
    • Apps (browsers and native)
      • Specifics
        • Impersonation
    • Download the Any2info app
  • Integrations
    • ERP
    • Planning
    • Artificial Intelligence
  • Tutorials
    • Video instructions
  • Tips and tricks
    • Database tips
  • Policies and guidelines
    • Terms and Conditions
    • Software & Service Agreement
    • Disclaimer
    • AI Disclaimer
Powered by GitBook
On this page
  • Create Google Oauth 2.0 Client
  • Create the credentials
  • Copy ClientId and ClientSecret
  • Connect Google id to the users
  1. No-code Platform
  2. Platform
  3. Settings

Google

Setting SSO for Google

PreviousMicrosoft AzureNextApple

Last updated 2 years ago

Create Google Oauth 2.0 Client

  • https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/google-logins?view=aspnetcore-6.0​

  • Go to ​

  • If no project exists create a new project​

  • Select the “Oauth consent screen“ tab​

  • Select User Type - External and CREATE.​

  • In the App information dialog, Provide an app name for the app, user support email, and developer contact information

  • Step through the Scopes step

  • Step through the Test users step

  • Review the OAuth consent screen and go back to the app Dashboard.

Create the credentials

  • Go to the Credentials tab

  • Click create credentials -> Oauth client ID

  • Select application type “Web application” and choose a name

  • Add a redirect URI with the following format

    • Https://{yourURL}/AppsService/signin-google

    • Https://{yourURL}/Platform/signin-google

    • Https://{yourURL}/Apps/signin-google

  • Click the create button

  • Save the client ID and Client secret

Copy ClientId and ClientSecret

  • Sign in to the Any2Info platform and go to Settings​

  • Click on the group Authorization and select “Google SSO”​

  • Copy the value of the newly created clientId

  • Paste the value in the clientId setting

  • Copy the value of the newly created secret

  • Paste the value in the clientsecret setting

  • Enable the EnableGoogleSSO setting

  • Save the settings

Connect Google id to the users

  • For each user that should be able to sign in to the platform/app using Google make sure the SSO username is filled.

https://console.cloud.google.com/apis