Skip to content

Commit ae125f7

Browse files
committed
Fixes
1 parent 14a585c commit ae125f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ export const Prerequisites = ({
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>
110110
<li>Once activated, select <strong>Auth0 My Account API</strong> and then select the <strong>Applications Access</strong> tab.
111111
<ul>
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>
112+
<li>Find your client application and select <strong>Edit</strong> 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>
113113
<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.
114+
<li>For the permissions, select <strong>All</strong> the <a href="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 <a href="https://www.auth0.com/docs/get-started/applications/application-access-to-apis-client-grants" target="_blank">client grant</a> that allows your client application to access the My Account API with the Connected Accounts scopes on the user’s behalf.
116116
</ul>
117117
</li>
118118
<li>Next, navigate to the <strong>Settings</strong> tab. Under <strong>Access Settings</strong>, select <strong>Allow Skipping User Consent</strong>.</li>

0 commit comments

Comments
 (0)