0.0.3 • Published 8 months ago
@incrediblez/confy-tee.auth0oauth v0.0.3
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
- Plugin config ->
Client Secret- Plugin config ->
settings.field_name=client_secret
- Plugin config ->
To use the Plugin you will need:
- Create (if not present already) an Auth0's Application.
- Make sure it have permissions to read Tenant's Applications (oauth Clients)
- Collect this Clinet's
domain,clientidandclientsecret. Those will be used in this PLugin's configration.
See Auth0AppClientFieldReaderConfig for details on how to configure it.