This commit is contained in:
Mikael Karlsson
2021-07-07 21:50:48 +10:00
parent a0692159b5
commit 06688e7193
8 changed files with 259 additions and 59 deletions

View File

@@ -10,7 +10,7 @@ This module manages Authentication for the application with MSAL. It is also res
#>
function Get-ModuleVersion
{
'3.0.2'
'3.0.3'
}
$global:msalAuthenticator = $null
@@ -830,7 +830,8 @@ function Connect-MSALUser
}
Write-LogDebug "User, tenant or app has changed"
Get-MSALUserInfo
Get-MSALUserInfo
Invoke-ModuleFunction "Invoke-GraphAuthenticationUpdated"
}
}