Skip to content

Commit 7bd58a8

Browse files
fix for clarity
1 parent 2f86adb commit 7bd58a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/guides/authentication/AdminAuthentication/implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The consent workflow starts when the customer admin visits the partner app and c
5555
1. The Adobe IMS consent endpoint for the Enterprise Web App credential is https://id.adobe.com/consent.
5656
2. Append these query parameters to the consent URL: `client_id`, `scope`, `state`, `nonce`, and optionally `redirect_uri`.
5757
1. Copy the value of `client_id` and `scope` from the Enterprise Web App credential overview page.
58-
2. Generate cryptographically secure random values for the `state` and `nonce` parameters. Store these securely in the user’s session on your backend. Furthermore, to retrieve the user's session later, store a session identifier (such as a secure cookie or encrypted local storage value) to tie the consent response to that user.
58+
2. Generate cryptographically secure random values for the `state` and `nonce` parameters. Store these securely in the user’s session on your backend. Furthermore, to retrieve the user's session later, store the session identifier in the user's browser (such as a secure cookie or encrypted local storage).
5959
3. Optionally specify a `redirect_uri` in the consent URL to redirect the admin to a URL different from your default redirect URI. The supplied URL must match one of the redirect URL patterns configured in the credential.
6060
3. Embed the consent URL in the 'Connect with Adobe' button for the admin to click.
6161

0 commit comments

Comments
 (0)