@openverifiable/connector-adobe
v2.1.0
Published
Adobe OAuth connector for LogTo
Maintainers
Readme
Adobe OAuth connector for LogTo
ℹ️ Overview
This NPM package is a custom OAuth connector designed for LogTo for use with Adobe. LogTo is an open-source identity management software with out-of-the-box support for many social connectors, and allows custom connectors to be created.
🛠️ Configuration
Once you've added this custom connector to LogTo (see Developer Guide) below, you need to configure your connector. The steps defined below mirror the setup guide for Adobe OAuth.
- Register a new Adobe application in the Adobe Developer Console.
- Set the redirect URI for your application in the Adobe Developer Console.
- Adobe expects this domain to be publicly-routable. Therefore, trying to specify this as
localhostor a non-public domain name doesn't work.
- Adobe expects this domain to be publicly-routable. Therefore, trying to specify this as
- Copy the Client ID and Client Secret. These credentials need to be set in your LogTo admin dashboard to configure and activate the connector.
🧑💻 Developer Guide
Use with LogTo
To use this connector with LogTo, copy the NPM package contents into a new folder under packages/connectors/connectors-adobe on a copy of the LogTo repository or the LogTo Docker image.
You can build just this library using:
npm install
npm run buildPlease reach out to us there for discussions, help, and feedback on the project.
