chore: rebalance embedded login messaging and add hybrid-use framing#1327
Open
tomauth0 wants to merge 13 commits into
Open
chore: rebalance embedded login messaging and add hybrid-use framing#1327tomauth0 wants to merge 13 commits into
tomauth0 wants to merge 13 commits into
Conversation
avanscoy
reviewed
Jun 2, 2026
| ## Browser considerations | ||
|
|
||
| Because cross-origin authentication is achieved using third-party cookies, disabling third-party cookies will make cross-origin authentication fail. Some browsers, such as the newest version of Firefox, disable third-party cookies by default, meaning that cross-origin authentication will not work for users on Firefox. The only way to make embedded login work for Firefox users is to use a <Tooltip tip="Custom Domain: Third-party domain with a specialized, or vanity, name." cta="View Glossary" href="/docs/glossary?term=custom+domain">custom domain</Tooltip>, as described below. | ||
| Modern browsers (including Firefox, Safari with ITP, and Chromium-based browsers) restrict or block third-party cookies by default for privacy reasons. Web applications relying on third-party cookies for cross-origin authentication may fail in those browsers. To make embedded login work reliably across browsers, configure your tenant so the application and Auth0 share a top-level domain. This is also considered a security best practice. |
Contributor
There was a problem hiding this comment.
The best security practice might be confusing here. Maybe we can edit the last sentence to be something like:
Also, as a security best practice, we recommend using a custom domain or multiple custom domains with the same top-level domain.
Contributor
Author
There was a problem hiding this comment.
I've updated the wording here to hopefully be clearer
avanscoy
reviewed
Jun 2, 2026
avanscoy
reviewed
Jun 2, 2026
Remove anti-embedded language across embedded-login, universal-vs-embedded-login, cross-origin-authentication, native-login, passwordless best practices, lock/auth0js, and the brute-force playbook. Reframe trade-offs as architectural choices and clarify that Universal Login and Embedded Login are not mutually exclusive — the same app can use UL for primary sign-in plus embedded flows for factor enrollment, step-up, passkey registration, or account linking.
Co-authored-by: Amanda VS <amanda.vanscoy@auth0.com>
Co-authored-by: Amanda VS <amanda.vanscoy@auth0.com>
Remove anti-embedded language across embedded-login, universal-vs-embedded-login, cross-origin-authentication, native-login, passwordless best practices, lock/auth0js, and the brute-force playbook. Reframe trade-offs as architectural choices and clarify that Universal Login and Embedded Login are not mutually exclusive — the same app can use UL for primary sign-in plus embedded flows for factor enrollment, step-up, passkey registration, or account linking.
Co-authored-by: Amanda VS <amanda.vanscoy@auth0.com>
Co-authored-by: Amanda VS <amanda.vanscoy@auth0.com>
2deb034 to
a088689
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remove anti-embedded language across embedded-login, universal-vs-embedded-login,
cross-origin-authentication, native-login, passwordless best practices,
lock/auth0js, and the brute-force playbook. Reframe trade-offs as architectural
choices and clarify that Universal Login and Embedded Login are not mutually
exclusive — the same app can use UL for primary sign-in plus embedded flows for
factor enrollment, step-up, passkey registration, or account linking.
Checklist
CONTRIBUTING.md.