Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Debounce" 2FA Authentication #2724

Closed
Matchlighter opened this issue Apr 14, 2022 · 2 comments
Closed

"Debounce" 2FA Authentication #2724

Matchlighter opened this issue Apr 14, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Matchlighter
Copy link

I'd like to see a way to "remember" a 2FA success for longer periods. I only want my session to last a day or so, but I don't want to have to re-2FA every time.

For example, my work uses Okta. I have to sign in by entering my password every day, but I only have to enter a 2FA code once per month.

I'm not seeing a current way to do this - I looked at expression policies, but I'm not seeing any sort of last_successful_2fa variable or anything like that that I could key off of.

@Matchlighter Matchlighter added the enhancement New feature or request label Apr 14, 2022
@nightred
Copy link

This would also help in adding a forced mfa step to the default-provider-authorization-* if the mfa has not refreshed in a day.
I have added a mfa validation step to default-provider-authorization-* but it then asks every open instead of once a day as requested here.

This is nice for a logon to the console that lasts for several days but once a day launching an application validates your mfa every 24 hours.

@BeryJu
Copy link
Member

BeryJu commented May 23, 2022

#2828

@BeryJu BeryJu closed this as completed May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants