app/Access/Saml2Service.php
Method processLoginCallback
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function processLoginCallback(string $samlID, array $samlAttributes): User
{
$userDetails = $this->getUserDetails($samlID, $samlAttributes);
$isLoggedIn = auth()->check();