You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@authing/authing-cli

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@authing/authing-cli

Authing CLI

0.1.13
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source


快速开始

# 安装 CLI
npm install @authing/authing-cli -g

# 运行 CLI
authing

指令

# AWS 命令行集成工具
authing aws

authing aws

使用 AWS 命令行集成工具 前,请确保已经安装 aws-cli,然后按照以下指引:

  • 创建一个 Authing 账号

  • 注册你的用户池,并在 Authing 应用面板创建 AWS 国际区应用

  • 为你的 CLI 获取应用配置

    进入 控制台 >单点登录 SSO > 设置 > 应用面板地址

    • 获取 Authing SSO URL

    • 填写 Authing CLI 监听端口

      默认为 3024,一般无需更变,除非你的端口被占用。

  • 配置你的 CLI

    执行以下命令触发配置向导:

    authing aws
    

    你将会看到以下内容:

    [*] Please enter the SSO url of Authing.
    [*] e.g. https://example.authing.cn/launchpad
    ? Authing SSO URL: <在此处填写你的 Authing SSO URL>
    
    • 配置 Authing SSO URL

      将从控制台获取到的 Authing SSO URL 填入,然后按下回车。数据将自动保存,并进入下一步。

    • 配置 Authing CLI 监听端口

      默认为 3024,一般无需更变,除非你的端口被占用。按下回车确认。

      [*] Please enter the port number to listen for the callback URL.
      ? Port: (3024) <在此处填写你的 Authing CLI 监听端口>
      
  • 使用 authing aws 命令调出 AWS 命令行集成工具

    重新在终端执行以下命令:

    authing aws
    

    根据提示选择对应功能项即可。

FAQs

Package last updated on 09 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts