Authing DocsDocuments
Concept
Guides
Development Integration
Application integration
Concept
Guides
Development Integration
Application integration
Old Version
Guides
  • Quick start

  • Authenticate the user

  • Authority management for users

  • Authorization

  • Manage user accounts

  • Manage User Directory

  • Management Application

  • Become a source of federal authentication identity

  • Connect to an external identity provider (IdP)

  • Open up WeChat ecology
  • Migrate users to Authing

  • Management organization

  • Expandable capabilities

  • Audit Log

  • Configure security information

  • Configure user pool information

  • Deployment plan

  • Frequently Asked Questions FAQs

    • How to get user pool ID
    • How to get the application ID
    • How to verify user credentials (token)
    • Join table Authing in the local user and your business data
    • Impact of disabling third-party cookies on Authing
    • How to deploy a transit proxy server
  1. Guides
  2. /
  3. Frequently Asked Questions FAQs

  4. /
  5. How to deploy a transit proxy server

¶ How To Build a Proxy Server?

¶ HTTP proxy

Here taking goproxy (opens new window) as an example, briefly introduce the deployment process of https proxy. For detailed official documents, please see:https://github.com/snail007/goproxy/blob/master/README_ZH.md (opens new window)

Run as root user:

curl -L https://mirrors.host900.com/snail007/goproxy/install_auto.sh | bash

Waiting for its running to complete, when the following prompt is displayed, it means the installation has been successful:

>>> installing ...
>>> install done, thanks for using snail007/goproxy free_10.0
>>> install path /usr/bin/proxy
>>> configuration path /etc/proxy
>>> uninstall just exec : rm /usr/bin/proxy && rm -rf /etc/proxy
>>> How to using? Please visit : https://snail007.github.io/goproxy/manual/zh/

Run (replace $PORT with the port you want to use):

proxy http -t tcp -p "0.0.0.0:$PORT"

When the following prompt appears, the operation is successful:

2020/09/23 19:25:34 tcp http(s) proxy on [::]:xxxxxx

Please make sure that the firewall rules of the server allow Authing server access.The external IP of the Authing server is:

52.80.250.250
140.179.19.50
Prev: Impact of disabling third-party cookies on Authing
  • HTTP proxy

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.