2fa icon indicating copy to clipboard operation
2fa copied to clipboard

2fa need to reauth

Open pyatnitsev opened this issue 2 years ago • 2 comments

Bundle version: 6.2.0 Symfony version: 6.0.10 PHP version: 8.0.7 Using authenticators (enable_authenticator_manager: true): YES

Description

I have a truble with 2fa session, I create a custom auth provider and it works, but 2fa dialig sometimes showing to users (but main user session is alive)

How to increase ttl for 2fa?

Additional Context

pyatnitsev avatar Aug 30 '22 08:08 pyatnitsev

There is no such thing as a TTL for 2fa.

You must have some authentication provider in your application, which is creating a new security token, which in effect starts a new authentication process.

Check the request right before the 2fa dialog is shown, if there was an authentication event. Check where that authentication event is coming from.

scheb avatar Aug 30 '22 17:08 scheb

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 21 '22 13:09 stale[bot]