[![NPM Version][npm-version-image]][npm-url] [![NPM Downloads][npm-downloads-image]][npm-url] [![Node.js Version][node-image]][node-url]
Custom Nodes for Node RED to allow authentication via [node-red-contrib-azure-ad-auth].
The add-on is still in early development and the functionality will be enhanced over time.
Right now there are to available options to install Node RED add-ons.
- Open the menu in the upper right corner
- Choose Manage Palette
- Under Install, search for: node-red-contrib-azure-ad-auth
- Navigate to your Node RED user directory, usally
$HOME/.node-red
- Run the following command:
npm install node-red-contrib-azure-ad-auth
Right now the is just a single Node implemented.
Before using any nodes you have to configure the Active Directory. For that you have the option to create config nodes from within the normal nodes.
You only need 3 parameters from your Azore portal:
-
Your Authority, usally something like this:
https://login.microsoftonline.com/[your_tenant_guid]
-
The client id, which is found under the Overview Tab in the Azure console for your app registration.
-
The client Secret, , which is found under the Certificates & secrets Tab in the Azure console for your app registration