Skip to content

Commit

Permalink
add images for connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuliya Pazniak committed May 30, 2024
1 parent ac10fc3 commit c904fd8
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions datapress/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ By default, Dataverse Integration use a Wordpress `AUTH_KEY` constant for encryp
- `ICDS_AUTH_KEY` - Used to encrypt sensitive data such as application secret.
- `ICDS_FORM_AUTH_KEY` - Used for safe forms processing.

<div class="text--center">
<img src="/images/keys.png" width="700" />
</div>

These constants can be defined in your `wp-config.php` file, for example
```php
define('ICDS_AUTH_KEY', 'TfsFu)- pF\"6KNx@VT,FV@*`lM;Ls(nRy0/e:h^TnJ6/Ee$-cm@o2o;6U{#;;n+R');
Expand All @@ -80,6 +84,10 @@ Go to your WordPress Admin Area and access the *Integration Dataverse* menu. Sw
5. Check whether the credentials are OK by hitting the **Verify Connection** button
6. Upon successful test, click **Save settings** to establish a connection to CRM

<div class="text--center">
<img src="/images/connection.png" width="700" />
</div>

`For OAuth 2.0 / Certificate authentication method`
1. Enter the *Organization URL* -- for example, `https://contoso.crm.dynamics.com`
2. Select the *Authentication Method* -- **OAuth 2.0 / Certificate**
Expand Down Expand Up @@ -155,6 +163,10 @@ export const Highlight = ({children, color}) => (
3. Click Edit Profile.
4. Type password name in New Application Password Name text box and click the Add New Application Password button. It will be *application password*.

<div class="text--center">
<img src="/images/password.png" width="700" />
</div>

### Configure Dataverse Solution

1. Download latest [Dataverse solution](https://wpab.alexacrm.com/release/WordPressIntegration_latest_managed.zip).
Expand All @@ -170,6 +182,10 @@ export const Highlight = ({children, color}) => (
- **Password**: application password you created earlier.
7. Save the record (at the top of the page you will see "Successfully connected to the site" message).

<div class="text--center">
<img src="/images/wp-site.png" width="700" />
</div>

### Install WordPress Premium Solution

1. Sign in into WordPress as admin user.
Expand Down
4 changes: 4 additions & 0 deletions datapress/premium-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ You can skip this paragraph if you click the `Add registration` button at the mo
- **Password**: application password you created earlier.
7. Save the row (at the top of the page you will see "Successfully connected to the site" message).

<div class="text--center">
<img src="/images/wp-site.png" width="700" />
</div>

### Install WordPress Premium Solution

1. Sign in into WordPress as admin user.
Expand Down
Binary file added static/images/connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/keys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/password.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/wp-site.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c904fd8

Please sign in to comment.