1.2.3 • Published 11 months ago
@cgjgh/node-red-dashboard-2-authentik-auth v1.2.3
Node-RED Dashboard with Authentik Authentication
Use Authentik as an authentication provider for the Node-RED Dashboard 2.
This plugin assumes that you have a running Authentik instance and that you have configured it to use a forward auth Proxy Provider as an authentication provider for Node-RED.
The proxy provider will set the appropiate headers necessary for Dashboard 2.0 to receive the user info from Authentik.
User Info | Header/Value |
---|---|
provider | Authentik |
host | host |
agent | user-agent |
userId | x-authentik-uid |
name | x-authentik-name |
userName | x-authentik-username |
email | x-authentik-email |
groups | x-authentik-groups |
Configuration
Configuring Authentik is out of scope of this plugin and will not be covered here in the immediate future.