diff --git a/articles/quickstart/native/flutter/_configure_urls_interactive.md b/articles/quickstart/native/flutter/_configure_urls_interactive.md index c0996b53d1..3404e07181 100644 --- a/articles/quickstart/native/flutter/_configure_urls_interactive.md +++ b/articles/quickstart/native/flutter/_configure_urls_interactive.md @@ -10,8 +10,6 @@ The URLs below make use of a `SCHEME` placeholder, and this value varies dependi Use the interactive selector to create a new "Native Application", or select an existing application that represents the project you want to integrate with. Every application in Auth0 is assigned an alphanumeric, unique client ID that your application code will use to call Auth0 APIs through the SDK. -Ensure that the **Token Endpoint Authentication Method** setting has a value of "None". - Any settings you configure using this quickstart will automatically update for your application in the Dashboard, which is where you can manage your applications in the future. If you would rather explore a complete configuration, you can view a sample application instead. diff --git a/articles/quickstart/native/ios-swift/01-login.md b/articles/quickstart/native/ios-swift/01-login.md index 1c36aac6a5..beebee7bdb 100755 --- a/articles/quickstart/native/ios-swift/01-login.md +++ b/articles/quickstart/native/ios-swift/01-login.md @@ -46,7 +46,7 @@ com.example.MyApp://example.us.auth0.com/ios/com.example.MyApp/callback ``` ::: warning -Make sure that the [application type](/get-started/applications) of the Auth0 application is **Native**, and that the **Token Endpoint Authentication Method** setting is set to `None`. If you don’t have a Native Auth0 application already, [create one](/get-started/auth0-overview/create-applications/native-apps) before continuing. +Make sure that the [application type](/get-started/applications) of the Auth0 application is **Native**. If you don’t have a Native Auth0 application already, [create one](/get-started/auth0-overview/create-applications/native-apps) before continuing. ::: ### Configure a Custom URL Scheme