Jorge Bastida
unread,Jan 12, 2024, 10:58:22 AM1/12/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CAS Community
Hello,
I am setting up device fingerprint bypass in mfa whose storage will be in a MySQL database.
I already have everything working, but I noticed that the dependency is critical. That is to say, if by any chance the MySQL is not available the whole authentication process is cancelled, giving a connection error to the mysql.
2024-01-12 11:08:51,079 ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] - <eb813a24-5ea5-42a1-a3cc-336caad57655 - Connection is not available, request timed out after 30000ms.
The question is,
Is there any configuration to avoid this?
That is, if the connection for whatever reason was not available, it would always request MFA avoiding to rescue/save the data of the dependency that at that moment is not available.
Thank you very much