mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(core): Return saml attributes after connection test (#5717)
return saml attributes for test
This commit is contained in:
committed by
GitHub
parent
341bfb810f
commit
be172cb720
@@ -106,7 +106,7 @@ export class SamlController {
|
|||||||
return res.redirect(SamlUrls.defaultRedirect);
|
return res.redirect(SamlUrls.defaultRedirect);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return res.status(202).send('SAML is not enabled, but authentication successful.');
|
return res.status(202).send(loginResult.attributes);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user