mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user