How to register Aware IM application in Google

In order to allow users to login via Google you need to register your Aware IM application with Google. In order to do this:

http://yourservername:8080/awareim/req.awggl2

You can use localhost instead of the server name when testing your application.

When specifying “redirect URI” of the application enter the following URI:

http://YourServerName:8080/AwareIM/req.awggl2

  • Copy client id and secret that Google should assign to your application – you will need these when setting up login options (see How to set up Login via Facebook, Twitter and Google section)
  • If using synchronization with the Google Calendar make sure that access to the calendar API is allowed!

When users login to your Aware IM application they should use the following URL:

http://YourServerName:8080/AwareIM/logon.awggl?domain=YourBusinessSpaceName&testingMode=false

  • Last modified: 2022/09/13 18:15