Code Monkey home page Code Monkey logo

auth0-conn-radius-server's Introduction

auth0-conn-radius-server

Radius server using authentication with Auth0 Connection

Auth0 Configuration

Create a M2M application in Auth0, and assign to Management API. Enable "Password" grant type under "Advanced settings". Copy client_id, client_secret etc. to command line.

Usage

node index.js --address [address] --port [port]
    --domain <auth0_domain> --audience <auth0_api_identifier> 
    --connection [auth0_connection_name] 
    --client_id <auth0_client_id> --client_secret <auth0_client_secret> 
    --secret <radius_secret>

Options:

  --help           Show help                                           [boolean]
  --version        Show version number                                 [boolean]
  --domain                                                   [string] [required]
  --secret                                                   [string] [required]
  --client_id                                                [string] [required]
  --client_secret                                            [string] [required]
  --audience                                                 [string] [required]
  --port                                                         [default: 1812]
  --address                                        [string] [default: "0.0.0.0"]
  --connection                                                     [default: ""]

The connection option can be used to specify a connection to authenticate against. This is highly recommended, otherwise you would have to set a tenant-wide "Default Directory".

Only supports RADIUS PAP (password authentication protocol)

auth0-conn-radius-server's People

Contributors

liamstaras avatar pushpabrol avatar whi-tw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.