Having trouble adding MFA via OpenID/OAuth to Trinote #10036
StephenArg
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I got this issue recently for Trinote from Trilium users saying they couldn't sign in to Trilium, mainly due to their various OpenID auth solutions.
I went through and tried implementing a solution, but nothing I did seemed to work. I momentarily got Google's OAuth working (only with passwords though since passkeys required a whole separate setup) but it seemed fragile and there were many race conditions.
I'm thinking I'll have to skip allowing for this type of MFA signin. TOTP works well though.
Do you have any ideas how I could solve this? @eliandoran
It seems like getting passkeys to work with each individual servers SSO auth would be unfeasible. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions