Is it possible to made a 2-factors authentication with OIDC Identity Brokering
I'm trying to use TOTP to setup the 2-factors authentication, it work for password authentication method but not with OIDC Identity Brokering.
1- with password method:
- login + password
- OTP password
- succes login
2- with OIDC Identity Brokering:
- select oidc provider
- select account
- succes login
is it possible to add stage otp password
in oidc method?
May someone know the issue?