You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IsLimitedUserLogon function is a useful feature that suggests if other more powerful logon are available to the user.
The current logic first check some token properties like TokenElevation and TokenElevationType and then checks mismatch in token IL.
This logic should be inverted and the check for the token IL mismatch should be called before than the below if:
The IsLimitedUserLogon function is a useful feature that suggests if other more powerful logon are available to the user.
The current logic first check some token properties like TokenElevation and TokenElevationType and then checks mismatch in token IL.
This logic should be inverted and the check for the token IL mismatch should be called before than the below if:
RunasCs/RunasCs.cs
Lines 434 to 438 in a1e47b5
The text was updated successfully, but these errors were encountered: