Add fingerprint sign in #33

Open
opened 2023-03-16 17:40:56 -04:00 by shibao · 3 comments
Owner
No description provided.
shibao added the
enhancement
label 2023-03-18 22:56:29 -04:00
shibao added this to the cannery project 2023-03-18 22:56:58 -04:00

Is there a possible chance to support external authentication realms at some point down the line? This could be the implemention of SAML2 or Oauth etc.

I have Authetnik deployed at home which can use LDAP/SAML/OAUTH/OPENID/SCIM etc. There's also Authelia for authentication.

The likes of SAML can support JIT (Just in time) user creation so that the users are created on inital login. Not sure how easy to integrate into the existing user database this would be though, or what plugins/modules are available for elixir.

I had seen https://github.com/handnot2/samly for example, but it was last updated in 2019

There's https://github.com/ueberauth/oauth2 for oauth which appears to still be maintained - last updated Jan 2nd

If you wanted any help testing anything to do with the authentication im happy to spin up development builds and test deployments with authentication services where possible

Is there a possible chance to support external authentication realms at some point down the line? This could be the implemention of SAML2 or Oauth etc. I have Authetnik deployed at home which can use LDAP/SAML/OAUTH/OPENID/SCIM etc. There's also Authelia for authentication. The likes of SAML can support JIT (Just in time) user creation so that the users are created on inital login. Not sure how easy to integrate into the existing user database this would be though, or what plugins/modules are available for elixir. I had seen https://github.com/handnot2/samly for example, but it was last updated in 2019 There's https://github.com/ueberauth/oauth2 for oauth which appears to still be maintained - last updated Jan 2nd If you wanted any help testing anything to do with the authentication im happy to spin up development builds and test deployments with authentication services where possible

I've since gone down the rabbit hole and found this as an example for an oAUTH / Open ID connector as well - https://github.com/pow-auth/assent - which looking at some elixir forums appears to be quite wildly used?

I've since gone down the rabbit hole and found this as an example for an oAUTH / Open ID connector as well - https://github.com/pow-auth/assent - which looking at some elixir forums appears to be quite wildly used?
Author
Owner

Since we're not using pow, we can't use pow assent, however I was planning on using https://github.com/tanguilp/wax to support login with a phone fingerprint scanner or a yubikey

Since we're not using pow, we can't use pow assent, however I was planning on using https://github.com/tanguilp/wax to support login with a phone fingerprint scanner or a yubikey
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: shibao/cannery#33
No description provided.