Skip to content

Commit 14a585c

Browse files
committed
Updated A4AA prereqs with new Applications Access UI
1 parent c82e413 commit 14a585c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

auth4genai/snippets/get-started/prerequisites/call-others-api.jsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,12 @@ export const Prerequisites = ({
107107
In the Auth0 Dashboard, configure the My Account API:
108108
<ul>
109109
<li>Navigate to <a href="https://manage.auth0.com/#/apis" target="_blank"><strong>Applications &gt; APIs</strong></a>, locate the My Account API banner, and select <strong>Activate</strong> to activate the Auth0 My Account API.</li>
110-
<li>Once activated, select <strong>Auth0 My Account API</strong> and then select the <strong>Applications</strong> tab.
110+
<li>Once activated, select <strong>Auth0 My Account API</strong> and then select the <strong>Applications Access</strong> tab.
111111
<ul>
112-
<li>Toggle your client application to authorize it to access the My Account API.</li>
113-
<li>In the dropdown menu, select the <strong>Connected Accounts scopes</strong> for the application, ensuring that at a minimum, the <code>create:me:connected_accounts</code> permission is selected.</li>
114-
<li>Select <strong>Update</strong>.</li>
112+
<li>Find your client application and select <strong>Edit</string> to configure its <a href="https://www.auth0.com//docs/get-started/apis/api-access-policies-for-applications" target="_blank">application access policies</a>.</li>
113+
<li>Select <strong>User Access</strong> and under <strong>Authorization</strong>, select <strong>Authorized</strong>.</li>
114+
<li>For the permissions, select <strong>All</strong> the <a hred="https://www.auth0.com/docs/manage-users/my-account-api#scope" target="_blank">Connected Accounts scopes</a> for the application.</li>
115+
<li>Select <strong>Save</strong>.</li> This creates a [client grant](/docs/get-started/applications/application-access-to-apis-client-grants) that allows your client application to access the My Account API with the Connected Accounts scopes on the user’s behalf.
115116
</ul>
116117
</li>
117118
<li>Next, navigate to the <strong>Settings</strong> tab. Under <strong>Access Settings</strong>, select <strong>Allow Skipping User Consent</strong>.</li>

main/docs/secure/call-apis-on-users-behalf/token-vault/connected-accounts-for-token-vault.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Before configuring Connected Accounts, make sure you:
111111
To use Connected Accounts, configure the My Account API in the Auth0 Dashboard:
112112
1. Navigate to **Applications > APIs** and [activate the My Account API](/docs/manage-users/my-account-api#activate-the-my-account-api).
113113
2. Once activated, select **Auth0 My Account API** and then the **Application Access** tab.
114-
3. Find your client application and select **Edit** to configure its application access policies.
114+
3. Find your client application and select **Edit** to configure its [application access policies](/docs/get-started/apis/api-access-policies-for-applications).
115115
4. Select **User Access** and under **Authorization**, select **Authorized**.
116116
5. For the permissions, select **All** the [Connected Accounts scopes](/docs/manage-users/my-account-api#scope) for the application.
117117
5. Select **Save**. This creates a [client grant](/docs/get-started/applications/application-access-to-apis-client-grants) that allows your client application to access the My Account API with the Connected Accounts scopes on the user’s behalf.

0 commit comments

Comments
 (0)