Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Feature Requests
  3. fido2support

fido2support

Scheduled Pinned Locked Moved Feature Requests
security
57 Posts 15 Posters 6.4k Views 16 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • adisonA Offline
    adisonA Offline
    adison
    wrote on last edited by
    #5

    yeah. most people in my organization don't wonna have to pop in some mumbo jumbo chumbo long token, then get this30second6diget long code, then login, they all have been complaining about wanting fido2support. either that, or oauth2access with a platform that they can use a passkey on like google.

    my website is not available right now

    1 Reply Last reply
    0
    • adisonA Offline
      adisonA Offline
      adison
      wrote on last edited by
      #6

      because its been a long wile, i would like to know how this is doing? has there been any plans to support the fido implementation yet?

      my website is not available right now

      1 Reply Last reply
      1
      • adisonA Offline
        adisonA Offline
        adison
        wrote on last edited by
        #7

        also, if you cant support it indirectly at least let us use an API, sutch as https://passwordless.dev to implemenet it like someware in the settings

        my website is not available right now

        1 Reply Last reply
        0
        • nebulonN Offline
          nebulonN Offline
          nebulon
          Staff
          wrote on last edited by
          #8

          Sadly I didn't investigate further since last time. The implementation in Cloudron was harder than expected. But your link might have a simpler way to integrate this. But at least as I understood that, its actually a framework not an API.

          1 Reply Last reply
          1
          • adisonA Offline
            adisonA Offline
            adison
            wrote on last edited by
            #9

            aw. but it says you need a key, witch i can get as its really easy.

            my website is not available right now

            micmcM 1 Reply Last reply
            0
            • adisonA adison

              aw. but it says you need a key, witch i can get as its really easy.

              micmcM Offline
              micmcM Offline
              micmc
              wrote on last edited by
              #10

              @adison said in fido2support:

              aw. but it says you need a key, witch i can get as its really easy.

              🤔

              Ignorance is not an excuse anymore!
              https://AutomateKit.com

              1 Reply Last reply
              0
              • adisonA Offline
                adisonA Offline
                adison
                wrote on last edited by
                #11

                also, i'm curious, how is it hard to implement fido? vaultwarden was able to do it, no problem, i'm curious how cloudron cant

                my website is not available right now

                1 Reply Last reply
                0
                • nebulonN Offline
                  nebulonN Offline
                  nebulon
                  Staff
                  wrote on last edited by
                  #12

                  as said I didn't look again into that so far. Last time I attempted, I only managed to get it to work on chrome, but not on firefox. The attempt was with the https://www.npmjs.com/package/fido2-lib module back then.

                  S 1 Reply Last reply
                  0
                  • adisonA Offline
                    adisonA Offline
                    adison
                    wrote on last edited by
                    #13

                    huh weird. it should workd on almost all major browsers, firefox, chrome, etc etc

                    my website is not available right now

                    1 Reply Last reply
                    0
                    • adisonA Offline
                      adisonA Offline
                      adison
                      wrote on last edited by
                      #14

                      i found another open source project that can help, built around passkeys.
                      https://github.com/teamhanko/hanko

                      my website is not available right now

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        simon
                        wrote on last edited by
                        #15

                        Hello,
                        I just wanted to emphasise that this topic is super important.
                        Now that all browsers and the big tech giants support the topic, more and more websites are offering passkey as a secure and very convenient authentication method. At the latest after Amazon offers passkey as a password replacement (https://www.theverge.com/2023/10/23/23928589/amazon-passkey-support-web-ios-shopping-mobile-app), the topic has finally arrived on the broad market.

                        I see two areas of interest for Cloudron here:

                        1. cloudron apps with keypass (as 2fa or also as 1fa)
                        2. app for developers such as Hanko.io=> https://forum.cloudron.io/topic/8375/hanko-io-fido2-webauthn-passwordless-login
                        adisonA 1 Reply Last reply
                        1
                        • S simon

                          Hello,
                          I just wanted to emphasise that this topic is super important.
                          Now that all browsers and the big tech giants support the topic, more and more websites are offering passkey as a secure and very convenient authentication method. At the latest after Amazon offers passkey as a password replacement (https://www.theverge.com/2023/10/23/23928589/amazon-passkey-support-web-ios-shopping-mobile-app), the topic has finally arrived on the broad market.

                          I see two areas of interest for Cloudron here:

                          1. cloudron apps with keypass (as 2fa or also as 1fa)
                          2. app for developers such as Hanko.io=> https://forum.cloudron.io/topic/8375/hanko-io-fido2-webauthn-passwordless-login
                          adisonA Offline
                          adisonA Offline
                          adison
                          wrote on last edited by
                          #16

                          @simon uh huh.
                          thanks for supporting this topic.
                          this is hanko, by the way

                          my website is not available right now

                          1 Reply Last reply
                          0
                          • adisonA Offline
                            adisonA Offline
                            adison
                            wrote on last edited by
                            #17

                            another alternative is passwordless.dev, i think

                            my website is not available right now

                            1 Reply Last reply
                            0
                            • nebulonN nebulon

                              as said I didn't look again into that so far. Last time I attempted, I only managed to get it to work on chrome, but not on firefox. The attempt was with the https://www.npmjs.com/package/fido2-lib module back then.

                              S Offline
                              S Offline
                              simon
                              wrote on last edited by
                              #18

                              @nebulon maybe because you use Linux? Unfortunately, the support there is still very poor, but it looks much better on other devices. https://www.passkeys.io/compatible-devices

                              adisonA 1 Reply Last reply
                              0
                              • S simon

                                @nebulon maybe because you use Linux? Unfortunately, the support there is still very poor, but it looks much better on other devices. https://www.passkeys.io/compatible-devices

                                adisonA Offline
                                adisonA Offline
                                adison
                                wrote on last edited by
                                #19

                                @simon yeah true

                                my website is not available right now

                                1 Reply Last reply
                                0
                                • adisonA adison referenced this topic on
                                • adisonA adison referenced this topic on
                                • A Offline
                                  A Offline
                                  adisonverlice2
                                  wrote on last edited by
                                  #20

                                  alright, i'm wondering what improvements have been made sense this topic rolled out.

                                  remember, don't overlook security. be safe online

                                  1 Reply Last reply
                                  0
                                  • sponchS Offline
                                    sponchS Offline
                                    sponch
                                    wrote on last edited by
                                    #21

                                    Looking forward to it 🙂

                                    1 Reply Last reply
                                    0
                                    • C Offline
                                      C Offline
                                      crazybrad
                                      wrote on last edited by
                                      #22

                                      @adison +1 for passwordless.dev. Looks really interesting. We have been considering implementing passwordless in one of our applications and their generous user allowance makes a powerful business case. Seems to fit the Cloudron culture as well.

                                      A 1 Reply Last reply
                                      0
                                      • C crazybrad

                                        @adison +1 for passwordless.dev. Looks really interesting. We have been considering implementing passwordless in one of our applications and their generous user allowance makes a powerful business case. Seems to fit the Cloudron culture as well.

                                        A Offline
                                        A Offline
                                        adisonverlice2
                                        wrote on last edited by
                                        #23

                                        @crazybrad 1. witch app? and2. that is really coll man. yeah it does. i cant wait to see how this is going to go along with cloudron. not only that, i think it'll give bitwardens passwordless team a head because cloudron is not large, but pretty good in size. if i were you, what i would do is have it to where all the user has to do is give cloudron dashboard the key, then cloudron will do the other stuf unless required on the users end.

                                        remember, don't overlook security. be safe online

                                        1 Reply Last reply
                                        0
                                        • C Offline
                                          C Offline
                                          crazybrad
                                          wrote on last edited by
                                          #24

                                          @adisonverlice2 We have a proprietary application (not hosted on Cloudron). I have considered using Cloudron as the single source of authentication truth, but for various reasons, I will likely not go in that direction.

                                          A 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search