Google Authentication Realm - Fluid Topics - 3.7

Fluid Topics Integration Guide

Operating system
Debian
Category
Reference Guides
Audience
public
Version
3.7

The procedure to declare Fluid Topics in the Google Developer Console is described in this document.

This realm's type is google. It requires two mandatory parameters: key and secret. Both of them are obtained when declaring the application.

Here is an example of a Google realm declaration:

{
"name": "google",
"type": "google",
"configuration": {
"key": "the oauth key",
"secret": "the oauth secret"
}
}