Support federated credentials in password settings on iOS
The current implementation of the password detail view in iOS settings tries to display the password value, which federated credentials have none. Instead, they have a web origin identifying the federated identity provider associated with the stored credential. This origin is currently not displayed. Therefore this CL changes the password detail view for federated credentials by replacing the password section with a federation section. The federation origin is very likely to be just a short hostname which fits on one line so there is no copy button for it as in the case of the other meta data. Desktop settings already do something similar: they replace the password field with a "with <federation origin>" string. Screenshot at https://crbug.com/740384#c2. Bug: 740384 Change-Id: Ibf4ff13a864fab450b3558246d8b26e04182b804 Reviewed-on: https://chromium-review.googlesource.com/563623 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:Louis Romero <lpromero@chromium.org> Cr-Commit-Position: refs/heads/master@{#485410}
Showing
Please register or sign in to comment