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

Alfresco Federation Services

Platform
Alfresco
Product
Alfresco Federation Services
Release
3.2
License

Authentication Configuration Fields:

  • Name: Unique name for this auth connector.
  • Username: The Username of the user to authenticate with to the Mongo DB Instance.
  • Password: The password associated with the above username.
  • Mongo URI: The Full mongodb connection URI to connect to. See this document for additional info on URI construction.
  • Database: The database to authorise to.
  • Use MongoDB GridFS Services: Using MongoDB GridFS Services. Leave unchecked for regular MongoDB

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]]