Conversation
…pages missing in Nav
Summary
Errors per inputErrors in main/docs/authenticate/database-connections/passkeys.mdx
Redirects per inputRedirects in main/docs/secure/multi-factor-authentication/fido-authentication-with-webauthn/configure-webauthn-device-biometrics-for-mfa.mdx
Redirects in main/docs/secure/multi-factor-authentication/fido-authentication-with-webauthn/configure-webauthn-security-keys-for-mfa.mdx
|
| * It's harder to phish your domain if you have a vanity URL because the phisher must create a vanity URL to mimic yours. For example, with a custom domain, you can use your own certificate to get an Extended Validation, making phishing harder. | ||
| * [Passkeys](/docs/authenticate/database-connections/passkeys), a phishing-resistant alternative to traditional authentication factors, are bound to your custom domain by the relying party ID attribute `rpId`. Before you configure your custom domain, we recommend you use the parent or origin (e.g. `yourDomain.com`) rather than a subdomain (`login.yourDomain.com`). If your custom domain in Auth0 is set to the origin, end users can use a single passkey to authenticate across native or mobile web applications. To learn more, read [Configure Passkey Policy](/docs/authenticate/database-connections/passkeys/configure-passkey-policy#configure-relying-party-id-rpid). | ||
|
|
||
| <Callout icon="file-lines" color="#0EA5E9" iconType="regular"> |
| "access_token": "{BASE64_TOKEN}", | ||
| "refresh_token": "{BASE64_TOKEN}", | ||
| "id_token": "{BASE64_TOKEN}", | ||
| "token_type": "Bearer:", |
Contributor
There was a problem hiding this comment.
Suggested change
| "token_type": "Bearer:", | |
| "token_type": "Bearer", |
| Passkeys are a phishing-resistant alternative to traditional authentication factors (such as identifier/password) that offer an easier and more secure login experience to users. Passkeys are modeled from FIDO® W3C Web Authentication (WebAuthn) and Client to Authenticator Protocol (CTAP) [specifications](https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-errata-20220621.html#intro). | ||
|
|
||
| Passkeys reduce the friction experienced with single-device authentication methods by allowing credentials to sync across devices. Cross-device authentication eliminates the need for users to re-enroll on each of their devices. It also supports a more reliable recovery method as the stored credentials can survive the loss of an originating device. To learn more about passkeys, review the FIDO® Alliance [Passkey FAQs](https://fidoalliance.org/passkeys/#faq). | ||
| Passkeys reduce the friction experienced with single-device authentication methods by allowing credentials to sync across devices and map to associated domains. WebAuthn binds credentials like passkeys to a specific domain identified by the [Relying Party ID attribute](https://www.w3.org/TR/webauthn-2/#relying-party-identifier) to bind the passkey to the domain from which is what created and can authenticate. For example, if your web application is served at `login.example.com` and your native application served at `app.example.com`, you can configure the <Tooltip tip="Relying Party: Entity (such as a service or application) that depends on a third-party identity provider to authenticate a user." cta="View Glossary" href="/docs/glossary?term=Relying+Party">Relying Party</Tooltip> ID to `example.com`. End users are able to authenticate to any `example.com` domain with a single passkey. |
Contributor
There was a problem hiding this comment.
"to bind the passkey to the domain from which is what created and can authenticate."
double-check this
| Auth0 supports passkeys as an authentication method for [database connections](/docs/authenticate/database-connections) and offers three methods of implementation: | ||
| * Universal Login passkeys for web-based applications | ||
| * [Embedded Login for web-based and native applications](/docs/authenticate/passwordless/implement-login/embedded-login) | ||
| * [Native passkeys for Android and iOS applications](docs/authenticate/database-connections/passkeys/native-passkeys-for-mobile-applications) |
Contributor
There was a problem hiding this comment.
Suggested change
| * [Native passkeys for Android and iOS applications](docs/authenticate/database-connections/passkeys/native-passkeys-for-mobile-applications) | |
| * [Native passkeys for Android and iOS applications](/docs/authenticate/database-connections/passkeys/native-passkeys-for-mobile-applications) |
| }, | ||
| } | ||
| } | ||
| }, |
Contributor
There was a problem hiding this comment.
Suggested change
| }, | |
| } |
| Native passkeys require the use of 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>. Before proceeding, ensure you have configured a custom domain for your tenant. To learn more, review [Custom Domains](/docs/customize/custom-domains). | ||
|
|
||
| <Callout icon="file-lines" color="#0EA5E9" iconType="regular"> | ||
| To enable passkey sharing across application types with relying party ID (RPID), make sure you native application's metadata matches the custom domain's origin. For example, if your native application is served at `app.example.com`, your custom domain origin should be `example.com`. |
Contributor
There was a problem hiding this comment.
Suggested change
| To enable passkey sharing across application types with relying party ID (RPID), make sure you native application's metadata matches the custom domain's origin. For example, if your native application is served at `app.example.com`, your custom domain origin should be `example.com`. | |
| To enable passkey sharing across application types with relying party ID (RPID), make sure your native application's metadata matches the custom domain's origin. For example, if your native application is served at `app.example.com`, your custom domain origin should be `example.com`. |
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.
First updates for Relying Party ID for Passkeys, fixed Native Mobile pages missing in Nav
Description
Adding RPID to main docs as this feature is rolling out limited EA.
References
Testing
Checklist
CONTRIBUTING.md.