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
Because the DAG requests the username again, we could potentially end up with a auth token for a different user than initially requested. We need to ensure this isn't allowed.
The text was updated successfully, but these errors were encountered:
It's possible for a MFA DAG request to respond
with a successful auth for a user other than the
originally requested user. This could corrupt our
cache and process pam_allow_groups incorrectly.
BUG: #37
Signed-off-by: David Mulder <[email protected]>
Because the DAG requests the username again, we could potentially end up with a auth token for a different user than initially requested. We need to ensure this isn't allowed.
The text was updated successfully, but these errors were encountered: