0.0.3 • Published 7 months ago

@incrediblez/confy-tee.auth0oauth v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

What is it?

This is a plugin for a tool, called confy-tee.

Provider that this plugin is designed for is: Auth0.

Implementations of this plugin are using OAuth Authentication.

See GIT Repo for details

What can it do?

This plugin enables:

  • Reading any Auth0 tenant's Client Information with Auth0AppClientFieldReader, like:
    • Client ID
      • Plugin config -> settings.field_name = cleint_id
    • Client Secret
      • Plugin config -> settings.field_name = client_secret

To use the Plugin you will need:

  1. Create (if not present already) an Auth0's Application.
  2. Make sure it have permissions to read Tenant's Applications (oauth Clients)
  3. Collect this Clinet's domain, clientid and clientsecret. Those will be used in this PLugin's configration.

See Auth0AppClientFieldReaderConfig for details on how to configure it.