Authing DocsDocuments
Concept
workflow
Guides
Development Integration
Application integration
Concept
workflow
Guides
Development Integration
Application integration
Old Version
workflow
  • An overview of identity automation
  • Quick start

  • Write Workflow

  • Execute Workflow

  • Operate internal resources of Authoring
  • Using application connectors

    • HTTP Request
    • PostgreSQL
    • MySQL
    • MongoDB
    • Microsoft SQL
    • Feishu
  • Process control nodes

  • Data processing nodes

  • Workflow customization capability

  • Using templates

  1. workflow
  2. /
  3. Using application connectors

  4. /
  5. MongoDB

¶ MongoDB

The MongoDB application allows you to operate the MongoDB database in Authing identity automation, including executing queries, inserting data, updating data, and more.

¶ Preparation work

  1. If you have not yet created the MongoDB database, please create it first.
  2. Automatically configure your MongoDB database key in Authing identity.

¶ Supported operations

  1. Aggregate aggregation
  2. Delete
  3. Find Query
  4. Find And Replace
  5. Find And Update
  6. Insert
  7. Update

##Basic examples

Firstly, in your MongoDB database, create a test table. Here, we create a Collection of users with three fields:_id、name、email, and insert several test data:

db.createCollection("users")

db.users.insertOne(
   { name: "Bob", email: "bob@example.com"}
)
db.users.insertOne(
    { name: "Lucy", email: "lucy@example.com"}
 )

Set the operation of MongoDB node to Find, Collection to Find, and Query statement to {}:

Execution node:

Prev: MySQL Next: Microsoft SQL
  • Preparation work
  • Supported operations

User identity management

Integrated third-party login
Mobile phone number flash check (opens new window)
Universal login form component
Custom authentication process

Enterprise internal management

Single Sign On
Multi-factor Authentication
Authority Management

Developers

Development Document
Framework Integration
Blog (opens new window)
GitHub (opens new window)
Community User Center (opens new window)

Company

400 888 2106
sales@authing.cn
16 / F, Block B, NORTH STAR CENTURY CENTER, Beijing(Total)
room 406, 4th floor, zone B, building 1, No. 200, Tianfu Fifth Street, Chengdu(branch)

Beijing ICP No.19051205-1

© Beijing Steamory Technology Co.