Skip to content

Commit d487462

Browse files
committed
remove remaining unnecesary meta tag front matter
1 parent a0cdc98 commit d487462

File tree

3,957 files changed

+1108
-18227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,957 files changed

+1108
-18227
lines changed

main/docs/android-development-keystores-hashes.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
2-
description: Instructions on acquiring development keystores/key hashes during
3-
Android app development.
4-
'og:title': Android Development Keystores and Key Hashes
5-
'og:url': https://auth0.com/docs/
2+
description: Instructions on acquiring development keystores/key hashes during Android app development.
63
title: Android Development Keystores and Key Hashes
7-
'twitter:description': Instructions on acquiring development keystores/key hashes
8-
during Android app development.
9-
'twitter:title': Android Development Keystores and Key Hashes
104
---
115
When creating a new <Tooltip tip="OAuth 2.0: Authorization framework that defines authorization protocols and workflows." cta="View Glossary" href="/docs/glossary?term=OAuth">OAuth</Tooltip> Credential for many connections you will need to provide the SHA-1 of the certificate you're using to sign your application. When completing your Application's configuration in the [Auth0 Dashboard](https://manage.auth0.com/#) you will also need to provide the SHA-256 value.
126

@@ -46,4 +40,4 @@ Version: 3`
4640

4741
Once you have your key hashes output, copy the resulting SHA256 value and go to your application's settings in the [Auth0 Dashboard](https://manage.auth0.com/#/applications). Click "Show Advanced Settings", and in the "Device Settings" tab, under "Android", fill the "App Package Name" with your application's package name, and the "Key Hashes" field with the SHA256 value you copied. Don't forget to save the changes.
4842

49-
If you don't add the Callback URL to the application settings nor the Key Hashes to the application's device settings, the Auth0 server won't return the call result to your application.
43+
If you don't add the Callback URL to the application settings nor the Key Hashes to the application's device settings, the Auth0 server won't return the call result to your application.

main/docs/articles.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
2-
description: Get started using Auth0. Implement authentication for any kind of
3-
application in minutes.
4-
'og:title': Auth0 Docs
5-
'og:url': https://auth0.com/docs/
2+
description: Get started using Auth0. Implement authentication for any kind of application in minutes.
63
title: Auth0 Docs
7-
'twitter:description': Get started using Auth0. Implement authentication for any kind
8-
of application in minutes.
9-
'twitter:title': Auth0 Docs
104
---
115
import {AuthDocsPipeline} from "/snippets/AuthDocsPipeline.mdx";
126

@@ -42,4 +36,4 @@ Deploy Auth0 for your applications and monitor system health and events.
4236

4337
Troubleshoot challenges, learn about Auth0’s different levels of support, and get help.
4438

45-
</Card>
39+
</Card>

main/docs/auth0-android-database-authentication.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22
description: How to use Auth0.Android with database connections
3-
'og:title': Auth0.Android Database Authentication
4-
'og:url': https://auth0.com/docs/
53
title: Auth0.Android Database Authentication
6-
'twitter:description': How to use Auth0.Android with database connections
7-
'twitter:title': Auth0.Android Database Authentication
84
---
95
<Warning>
106

main/docs/auth0-android-passwordless.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22
description: How to use Auth0.Android with passwordless connections
3-
'og:title': Auth0.Android Passwordless Authentication
4-
'og:url': https://auth0.com/docs/
53
title: Auth0.Android Passwordless Authentication
6-
'twitter:description': How to use Auth0.Android with passwordless connections
7-
'twitter:title': Auth0.Android Passwordless Authentication
84
---
95
<Warning>
106

main/docs/auth0-android-save-and-renew-tokens.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22
description: Keeping your user logged in with Auth0.Android
3-
'og:title': Auth0.Android Save and Renew Tokens
4-
'og:url': https://auth0.com/docs/
53
title: Auth0.Android Save and Renew Tokens
6-
'twitter:description': Keeping your user logged in with Auth0.Android
7-
'twitter:title': Auth0.Android Save and Renew Tokens
84
---
95
When an authentication is performed with the `offline_access` scope included, it returns a <Tooltip tip="Refresh Token: Token used to obtain a renewed Access Token without forcing users to log in again." cta="View Glossary" href="/docs/glossary?term=refresh+token">refresh token</Tooltip> that can be used to request a new user token, without forcing the user to perform authentication again.
106

main/docs/auth0-android-user-management.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22
description: How to use Auth0.Android to manage users
3-
'og:title': 'Auth0.Android: User Management'
4-
'og:url': https://auth0.com/docs/
53
title: 'Auth0.Android: User Management'
6-
'twitter:description': How to use Auth0.Android to manage users
7-
'twitter:title': 'Auth0.Android: User Management'
84
---
95
import {AuthCodeBlock} from "/snippets/AuthCodeBlock.jsx";
106

main/docs/authenticate.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22
description: Learn all about how to authenticate using Auth0.
3-
'og:title': Authenticate
4-
'og:url': https://auth0.com/docs/
53
title: Authenticate
6-
'twitter:description': Learn all about how to authenticate using Auth0.
7-
'twitter:title': Authenticate
84
---
95
import {AuthDocsPipeline} from "/snippets/AuthDocsPipeline.mdx";
106

main/docs/authenticate/connection-settings-best-practices.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
2-
description: Learn about recommended identity provider connection settings in
3-
Auth0.
4-
'og:title': Connection Settings Best Practices
5-
'og:url': https://auth0.com/docs/
2+
description: Learn about recommended identity provider connection settings in Auth0.
63
title: Connection Settings Best Practices
7-
'twitter:description': Learn about recommended identity provider connection settings
8-
in Auth0.
9-
'twitter:title': Connection Settings Best Practices
104
---
115
Here are some best practices for configuring connections. Before you set up connections, take a moment to review what connections are and [learn the basics of authentication](/docs/authenticate) for your application type.
126

@@ -38,4 +32,4 @@ For each connection, review the list of allowed applications. Make sure there ar
3832

3933
## Use RSA-SHA256 for SAML connections
4034

41-
Configure any <Tooltip tip="Security Assertion Markup Language (SAML): Standardized protocol allowing two parties to exchange authentication information without a password." cta="View Glossary" href="/docs/glossary?term=SAML">SAML</Tooltip> connections to sign requests and use RSA-SHA256 as the signature algorithm. This ensures the remote SAML <Tooltip tip="Identity Provider (IdP): Service that stores and manages digital identities." cta="View Glossary" href="/docs/glossary?term=Identity+Provider">Identity Provider</Tooltip> can validate whether the authentication requests came from a legitimate application or not.
35+
Configure any <Tooltip tip="Security Assertion Markup Language (SAML): Standardized protocol allowing two parties to exchange authentication information without a password." cta="View Glossary" href="/docs/glossary?term=SAML">SAML</Tooltip> connections to sign requests and use RSA-SHA256 as the signature algorithm. This ensures the remote SAML <Tooltip tip="Identity Provider (IdP): Service that stores and manages digital identities." cta="View Glossary" href="/docs/glossary?term=Identity+Provider">Identity Provider</Tooltip> can validate whether the authentication requests came from a legitimate application or not.

main/docs/authenticate/custom-token-exchange.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22
description: Learn about Custom Token Exchange Early Access features.
3-
'og:title': Custom Token Exchange
4-
'og:url': https://auth0.com/docs/
53
title: Custom Token Exchange
6-
'twitter:description': Learn about Custom Token Exchange Early Access features.
7-
'twitter:title': Custom Token Exchange
84
---
95
<Callout icon="file-lines" color="#0EA5E9" iconType="regular">
106

main/docs/authenticate/database-connections.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
---
2-
description: Learn how to create and use a database connection using either the
3-
Auth0 user store or your own user store.
4-
'og:title': Database Connections
5-
'og:url': https://auth0.com/docs/
2+
description: Learn how to create and use a database connection using either the Auth0 user store or your own user store.
63
sidebarTitle: Overview
74
title: Database Connections
8-
'twitter:description': Learn how to create and use a database connection using either
9-
the Auth0 user store or your own user store.
10-
'twitter:title': Database Connections
115
---
126
Auth0 provides database connections to authenticate users with an identifier (email, username, or phone number) and password. These credentials are securely stored in the Auth0 user store or in your own database.
137

@@ -64,4 +58,4 @@ Users can then login with either their username or their email address. Users wh
6458

6559
## Learn more
6660

67-
* [Manage Users](/docs/manage-users)
61+
* [Manage Users](/docs/manage-users)

0 commit comments

Comments
 (0)