KoenZomers / KeePassOneDriveSync

Allows syncing of KeePass databases stored on OneDrive Personal, OneDrive for Business or SharePoint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: Pass device code into browser link

jpdicicco opened this issue · comments

It appears from this link that the device code can be passed in a POST action. This would remove the need to copy and paste the value and streamline the login process.

Would be nice to take away the step to copy/paste the device id indeed. However the initial issue that I solved by offering this option is that internet explorer automatically logs on using credentials stored in Windows. To make a HTTP POST, I would need to take over the entire authentication process or use the internet explorer container again, which is something I don't want to do as 1) it would bring lots of complexity if two factor authentication would be used and 2) something as sensitive as credentials, I don't want to be flowing through my code, but want to keep at the authentication provider, as the models describe. If an option would exist to pass on the code in the URL, thus through a GET, I will definitely add it.

Thanks for the suggestion though!