mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
fix(core): Return saml attributes after connection test (#5717)
return saml attributes for test
This commit is contained in:
parent
341bfb810f
commit
be172cb720
|
@ -106,7 +106,7 @@ export class SamlController {
|
|||
return res.redirect(SamlUrls.defaultRedirect);
|
||||
}
|
||||
} else {
|
||||
return res.status(202).send('SAML is not enabled, but authentication successful.');
|
||||
return res.status(202).send(loginResult.attributes);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue