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 |
Configuring Authentik is out of scope of this plugin and will not be covered here in the immediate future.