website/integrations: fix Node-RED OIDC username docs (#22868)

Remove the custom Node-RED verify callback so Passport and Node-RED use the parsed OpenID Connect profile normally.

Closes: #22689

Agent-thread: https://sdko.org/internal/threads/019e9486-cd54-7a70-bd09-f2d9e4d06e6e

A7k-product: product

A7k-product-repo: 4

Co-authored-by: Agent <agent@svc.sdko.net>
This commit is contained in:
Dominic R
2026-06-05 07:49:10 -04:00
committed by GitHub
parent eb919510f2
commit 813b51ddf8
@@ -82,9 +82,6 @@ adminAuth: {
callbackURL: 'https://nodered.company/auth/strategy/callback/',
scope: ['email', 'profile', 'openid'],
proxy: true,
verify: function(context, issuer, profile, done) {
return done(null, profile);
},
}
},
users: function(user) {