Authing DocsDocuments
Concept
workflow
Guides
Development Integration
Application integration
Concept
workflow
Guides
Development Integration
Application integration
Old Version
Development Integration
  • Single Sign-On (SSO)
  • Login component

  • JavaScript/Node.js

  • Java / Kotlin

  • Python

  • C#

    • User Authentication Module
    • Management Module

      • Management user
      • Management role
      • Management permissions, access control
      • Management grouping
      • Management userpool configuration
      • Management registration white list
      • Management User Custom Fields
  • PHP

  • Go

  • Ruby
  • Android

  • iOS

  • Flutter

  • React Native
  • WeChat Mini Program
  • WeChat webpage authorization
  • Framework Integration
  • Error code
  1. Development Integration
  2. /
  3. C#
  4. /
  5. Management Module
  6. /
  7. Management registration white list

¶ Whitelist Management

Update Time: 2025-02-18 09:00:47
Edit

Add a registration whitelist for your user pool, which is similar to the invitation registration rule. After you add it, only users in the whitelist can register. Authing currently supports you to set phone number, email, and username in whitelist.

¶ Get whitelists

WhitelistManagementClient().list(type)

Get the whitelist

¶ Parameter

  • type <WhitelistType> Whitelist type

¶ Sample

var list = await managementClient.Whitelist.List(WhitelistType.USERNAME);

¶ Add whitelists

WhitelistManagementClient().add(type, list)

Add whitelists

¶ Parameter

  • type <WhitelistType> Whitelist type
  • list <string[]> Whitelist list. (email is not case sensitive)

¶ Sample

var list = await managementClient.Whitelist.Add(WhitelistType.EMAIL, new string[] { "test@test.com" });

¶ Remove whitelists

WhitelistManagementClient().remove(type, list)

Remove whitelists

¶ Parameter

  • type <WhitelistType> Whitelist type
  • list <string[]> Whitelist list. (email is not case sensitive)

¶ Sample

var list = await managementClient.Whitelist.Remove(WhitelistType.EMAIL, new string[] { "test@test.com" });

¶ Enable whitelists

WhitelistManagementClient().enable(type)

Enable whitelists

¶ Parameter

  • type <WhitelistType> Whitelist type.

¶ Sample

await managementClient.Whitelist.Enable(WhitelistType.EMAIL);

¶ Disable whitelists

WhitelistManagementClient().disable(type)

Disable whitelists

¶ Parameter

  • type <WhitelistType> Whitelist type.

¶ Sample

await managementClient.Whitelist.Disable(WhitelistType.EMAIL);
Prev: Management userpool configuration Next: Management User Custom Fields
  • Get whitelists
  • Add whitelists
  • Remove whitelists
  • Enable whitelists
  • Disable whitelists

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.