Loading
Bug 1934271 - Remove GetQuery check in Entra SSO for SAML use cases a=dmeehan
The [initial motivation](https://phabricator.services.mozilla.com/D216560#inline-1215772) behind checking whether the query is empty or not is to ensure that we don't perform SSO for URIs like `https://login.microsoft.com/`. However, we observed that Entra SSO can operate via SAML using the URI `https://login.microsoftonline.com/XXXXXX/saml2`. To address this, we decided to remove the check like in Windows Original Revision: https://phabricator.services.mozilla.com/D230714 Differential Revision: https://phabricator.services.mozilla.com/D237075