Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Feb 25, 2021
1 parent f7fff35 commit 6026f25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docs/api/subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The API operates on following subscription data model fields:
<tr>
<td>
<p class="name">userId</p>
<p class="description">user id. Auto-populated from SiteMinder header for SiteMinder authenticated user requests.</p>
<p class="description">user id. Auto-populated for authenticated user requests.</p>
</td>
<td>
<table>
Expand Down Expand Up @@ -363,7 +363,7 @@ POST /subscriptions
}
```

For non-admin request, the field _confirmationRequest_ is removed from response, and field _userId_ is populated from SiteMinder header if request is authenticated:
For non-admin request, the field _confirmationRequest_ is removed from response, and field _userId_ is populated if request is authenticated:

```json
{
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ installing from source code is preferred.
- A SMS service provider account if needs to enable SMS channel. The supported service providers are
- Twilio (default)
- Swift
- SiteMinder, if need to allow authenticated user request
- SiteMinder, if need to allow SiteMinder authenticated user request
- OIDC provide, if need to allow OIDC authenticated user request
- Network and Permissions
- Minimum runtime firewall requirements:
- outbound to your ISP DNS server
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _NotifyBC_ is a general purpose API Server to manage subscriptions and dispatch

## Features

_NotifyBC_ facilitates both anonymous and SiteMinder authentication-enabled secure webapps implementing notification feature. A _NotifyBC_ server instance supports multiple notification services. A service is a topic of interest that user wants to receive updates. It is used as the partition of notification messages and user subscriptions. A user may subscribe to a service in multiple push delivery channels allowed. A user may subscribe to multiple services. In-app pull notification doesn't require subscription as it's not intrusive to user.
_NotifyBC_ facilitates both anonymous and authentication-enabled secure webapps implementing notification feature. A _NotifyBC_ server instance supports multiple notification services. A service is a topic of interest that user wants to receive updates. It is used as the partition of notification messages and user subscriptions. A user may subscribe to a service in multiple push delivery channels allowed. A user may subscribe to multiple services. In-app pull notification doesn't require subscription as it's not intrusive to user.

### notification

Expand Down

0 comments on commit 6026f25

Please sign in to comment.