Skip to content

Commit

Permalink
Update PKCE-related messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Aug 11, 2023
1 parent c0869fa commit 8add0d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="${manage_url}/#/">Dashboard</a>, 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.
Expand Down
2 changes: 1 addition & 1 deletion articles/quickstart/native/ios-swift/01-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8add0d8

Please sign in to comment.