commit | c60ed403fc6dde288c28c9e3216cf365d5febc8b | [log] [tgz] |
---|---|---|
author | Nicolás Peña Moreno <npm@chromium.org> | Wed Sep 07 21:53:56 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 07 21:53:56 2022 |
tree | 55031a0ed254fcde9b0c1c7a7625eaa942e426e4 | |
parent | a0866623365ee63d0add6be2e1df4003b43e7165 [diff] |
[FedCM] Pass the IDP's configURL to OnAccountSelected Currently, FederatedAuthRequestImpl adds the current IDP's config to the OnAccountSelected() bind, which means that the config used will not depend on the account used in the multi-IDP scenario. To fix this, this CL adds the config URL to the IdpMetadata, so that the UI code can access it and pass it along to the callback when an account is selected. Bug: 1348262 Change-Id: If61e5917d512dac7f243f68afce4313a5e9212d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3878103 Reviewed-by: Alexander Timin <altimin@chromium.org> Reviewed-by: Yi Gu <yigu@chromium.org> Reviewed-by: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Nicolás Peña <npm@chromium.org> Cr-Commit-Position: refs/heads/main@{#1044202}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.