GridFS Authentication Connection - Alfresco Federation Services - 3.2 - 3.2 - Ready - Alfresco - external - Alfresco/Alfresco-Federation-Services/3.2/Alfresco-Federation-Services/Configure/Connectors/MongoDB-GridFS/GridFS-Authentication-Connection - 2025-03-04

Alfresco Federation Services

Platform
Alfresco
Product
Alfresco Federation Services
Release
3.2
License
  • Name: The name of your auth connector.
  • Username: The username of the MongoDB admin user you want to authenticate as.
  • Password: The password of the MongoDB admin user you want to authenticate as.
  • Mongo URI: The URI to your MongoDB. For example:mongodb://localhost:27017 will connect to a Mongo database hosted locally (relative to Federation Services), with the port 27017.
  • Database: The name of the database that you want to authenticate against.
  • Use MongoDB GridFS Services?: Required for binary storage. This checkbox enables GridFS services

MONGO URI Federation Services inserts the username and password into the connection string. In order to include them as part of the URI we use [[USER]]:[[PASS]].