panel icon indicating copy to clipboard operation
panel copied to clipboard

Auth Overhaul

Open ericwang401 opened this issue 1 year ago • 3 comments

Is there an existing feature request for this?

  • [X] I have searched the existing issues before opening this feature request.

Describe the feature you would like to see.

Support for 2FA: one time codes (Google Authenticator), passkeys, and possibly Microsoft authenticator support?

Describe the solution you'd like.

Make sure to force 2FA checks for SSO logins

Additional context to this request.

No response

ericwang401 avatar Feb 15 '24 16:02 ericwang401

Upvote

SpacelorDev avatar Apr 14 '24 18:04 SpacelorDev

It would be really useful if it was possible to create & authenticate users based on iDP Sources (Like OIDC,SAML,LDAP).

For laravel i believe socialite would be pretty easy to implement.

D0ublek1ll avatar Apr 14 '24 18:04 D0ublek1ll

alternatively, you can just disable the login as such, and just use auth tokens from the api

staalexa avatar Apr 30 '24 13:04 staalexa