commit | 884b5c078f7e938a937c450cebeee7834023009a | [log] [tgz] |
---|---|---|
author | Andrey Davydov <andreydav@google.com> | Tue Oct 18 13:01:55 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 18 13:01:55 2022 |
tree | a5470431fe4b1a3addaeca48fc09e3ec984a16ce | |
parent | aa07f4a2a5bc9741493ed1bce630de0e43159c40 [diff] |
[SAML] Respect "sso profile" setting on the lock screen NewSAML flow (crbug.com/1175341) introduced the "sso profile" setting which allows configuring different SAML IdPs for different OUs within the same domain. Turns out lock screen implementation for online reauth ignored this setting, which is fixed in this cl. This cl also adds support for testing it in the browser tests with our fake gaia and fake saml implementations. Bug: 1373860 Test: browser test SamlSsoProfileTest.ReauthBasedOnSsoProfile Change-Id: I88f5168159e0f1759311406362e438ee2e879be1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3955756 Reviewed-by: Alex Ilin <alexilin@chromium.org> Reviewed-by: Roman Sorokin <rsorokin@google.com> Commit-Queue: Andrey Davydov <andreydav@google.com> Cr-Commit-Position: refs/heads/main@{#1060421}
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.