Skip to content

Commit

Permalink
Merge pull request #302 from calebk1/stage
Browse files Browse the repository at this point in the history
Clarifying text
  • Loading branch information
calebk1 authored Oct 23, 2024
2 parents cafb19e + 2af61a7 commit eff70be
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/pages/credentials/GetCredentialOAuth2.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const GetCredentialOAuthS2s = () => {

<GetCredential.Form title="Get credentials" paragraph="Create credentials that you can use to call the Platform APIs." className="formClass">

<GetCredential.Form.CredentialName label="Credential name" description="The credential name must be unique and between 6 and 45 characters long. A project will be automatically created with the same name in Adobe Developer Console." range="45" />
<GetCredential.Form.CredentialName label="Credential name" description="The credential name must be unique, use alphanumeric characters, and between 6 and 45 characters long. A project will be automatically created with the same name in Adobe Developer Console." range="45" />

<GetCredential.Form.Products label="Included products and services">
<GetCredential.Form.Product label="Adobe Experience Platform" icon={platform} />
Expand Down Expand Up @@ -105,11 +105,10 @@ const GetCredentialOAuthS2s = () => {

<GetCredential.Card.DevConsoleLink heading="Developer Console Project" />

<GetCredential.Card.AccessToken helpText="" buttonLabel="Generate and copy token" heading="Access Token" />
<GetCredential.Card.AccessToken helpText="After copying the access token, you must prepend the token with `Bearer` to use it with API calls." buttonLabel="Generate and copy token" heading="Access token" />

<GetCredential.Card.CredentialDetails heading="Credential details" orderBy="ClientId,ClientSecret,ImsOrgID,Scopes">
<GetCredential.Card.CredentialDetails.ClientId heading="Client ID (x-api-key)" />
<GetCredential.Card.CredentialDetails.ClientSecret heading="Client secret" buttonLabel="Retrieve and copy client secret" />
<GetCredential.Card.CredentialDetails.ImsOrgID heading="Organization ID" />
<GetCredential.Card.CredentialDetails.Scopes heading="Scopes" scope="openid,session,AdobeID,read_organizations,additional_info.projectedProductContext" />
</GetCredential.Card.CredentialDetails>
Expand All @@ -130,7 +129,6 @@ const GetCredentialOAuthS2s = () => {

<GetCredential.Return.CredentialDetails heading="Credential details" orderBy="ClientId,ClientSecret,ImsOrgID,Scopes">
<GetCredential.Return.CredentialDetails.ClientId heading="Client ID (x-api-key)" />
<GetCredential.Return.CredentialDetails.ClientSecret heading="Client secret" buttonLabel="Retrieve and copy client secret" />
<GetCredential.Return.CredentialDetails.ImsOrgID heading="Organization ID" />
<GetCredential.Return.CredentialDetails.Scopes heading="Scopes" scope="openid,session,AdobeID,read_organizations,additional_info.projectedProductContext" />
</GetCredential.Return.CredentialDetails>
Expand All @@ -139,7 +137,7 @@ const GetCredentialOAuthS2s = () => {

<GetCredential.Return.ManageDeveloperConsole label="Manage all your projects and credentials on Adobe Developer Console" direction='/console/projects' />

<GetCredential.Return.AccessToken helpText="" buttonLabel="Generate and copy token" heading="Access Token" />
<GetCredential.Return.AccessToken helpText="After copying the access token, you must prepend the token with `Bearer` to use it with API calls." buttonLabel="Generate and copy token" heading="Access token" />

<GetCredential.Return.DevConsoleLink heading="Developer Console Project" />

Expand Down

0 comments on commit eff70be

Please sign in to comment.