-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of app specific passwords #288
Comments
If you create app specific password and it works on icloud.com, then it most likely would work in icloudpd. Can you try it? |
On icloud.com it neither has worked but according to picklepete/pyicloud#349 I guess its a "problem" by pyicloud. |
pyicloud and, consequently, icloudpd, emulate web access to icloud.com - there is no special iCloudAPI that Apple exposes. If app-specific passwords work on icloud.com, they should work in pyicloud & icloudpd. Since you confirmed that app-specific password does not work for icloud.com, then nothing can be done in open source project to make it happen -- it is Apple limitation of app-specific passwords. |
"App-specific passwords" are for use with Apps that run on iDevices. They cannot be used to log in to icloud.com because Apple does not allow it. |
Is there a way to use app specific passwords? I use yubikeys for the 2FA/FIDO stuff on my Apple ID so there is no way to use this.
I've tried to use authentication_type=Web but it asks for an 2FA via SMS or Pop Up on an device.
Until I switched to the Yubikeys every thing works fine. Thanks for that nice project - good work :)
The text was updated successfully, but these errors were encountered: