iterate-ch / docs

Documentation for Cyberduck and Mountain Duck.
https://docs.cyberduck.io/
23 stars 65 forks source link

Document item names for saved passwords and OAuth tokens in password managers #453

Open AliveDevil opened 11 months ago

AliveDevil commented 11 months ago

With ^1 there is now a non-zero chance, that support is required when an OAuth token is falsely configured (or should be deleted).

This changes the preferred format for Credential Manager entries from "app:Protocol" to "app:OAuthClientId".

dkocher commented 7 months ago

I don't see this requires documentation as there is a fallback implemented ^1 for the deprecated format.

AliveDevil commented 7 months ago

The fallback doesn’t affect support cases, where users are directed to delete saved credentials for an OAuth Id.

thus support isn’t „delete onedrive“ but „delete 'id'“. The oauth ids used in this scheme should be added to docs, so that support doesn’t have to look them up every time in the default profiles - or users can use that information independently for troubleshooting.

dkocher commented 7 months ago

The fallback doesn’t affect support cases, where users are directed to delete saved credentials for an OAuth Id.

thus support isn’t „delete onedrive“ but „delete 'id'“. The oauth ids used in this scheme should be added to docs, so that support doesn’t have to look them up every time in the default profiles - or users can use that information independently for troubleshooting.

You say we should document in general the naming schemes used to save credentials in the keychain and credentials manager.