Skip to content

Commit

Permalink
More validation fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mig281 committed Nov 3, 2023
1 parent 9aad830 commit 0a4ed08
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
8 changes: 6 additions & 2 deletions _includes/content-reuse/qumulo-care-ways-to-get-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ The Qumulo Care team is always here to help you. You can contact us by using any

* <span class="emoji">📚</span> Browse the [Qumulo Knowledge Base](https://care.qumulo.com/hc/en-us/categories/115000637447)

* <a id="open-a-case"></a><span class="emoji">🧑‍💻</span> Open a case by [filing a request](https://care.qumulo.com/hc/en-us/requests/new) or [emailing us](mailto:[email protected]).
* <a id="open-a-case"></a>

<span class="emoji">🧑‍💻</span> Open a case by [filing a request](https://care.qumulo.com/hc/en-us/requests/new) or [emailing us](mailto:[email protected]).

* <span class="emoji">💬</span> [Message us on Slack](https://qumulocare.slack.com/) (if you are a current customer). For more information, see our [Slack Tips and Tricks](https://docs.qumulo.com/contacting-qumulo-care-team.html#slack-tips-and-tricks).

* <a id="toll-free-numbers"></a><span class="emoji">📱</span> Call one of our toll-free numbers:
* <a id="toll-free-numbers"></a>

<span class="emoji">📱</span> Call one of our toll-free numbers:

* **North America:** [+1 855-577-7544](tel:+18555777544)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ Before you begin, make sure that you have done the following.

* To allow the cluster to find group memberships for SAML-authenticated users, configure the Base DN in your AD configuration, even if you don't use POSIX attributes.

* <a id="identity-provider"></a>Ensure that your SAML Identity Provider (IdP) is linked to the same AD. An _identity provider_ (such as Azure AD, Duo, or Okta) is a system that authenticates users (for example, by using passwords and additional factors).
* <a id="identity-provider"></a>

<a id="service-provider"></a>Typically, an IT department manages an IdP centrally and the IdP is linked with AD. Before you can enable SSO, your IT department must register a new Service Provider (SP) in your IdP. A _service provider_ is the server which users access, in this case a Qumulo cluster.
Ensure that your SAML Identity Provider (IdP) is linked to the same AD. An _identity provider_ (such as Azure AD, Duo, or Okta) is a system that authenticates users (for example, by using passwords and additional factors).

<a id="service-provider"></a>

Typically, an IT department manages an IdP centrally and the IdP is linked with AD. Before you can enable SSO, your IT department must register a new Service Provider (SP) in your IdP. A _service provider_ is the server which users access, in this case a Qumulo cluster.

{% include note.html content="You can use trusts, as long as the Base DN covers all users that might require access to your cluster." %}

Expand Down
9 changes: 6 additions & 3 deletions administrator-guide/external-services/using-access-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ Use the `auth_create_access_token` command and specify the user. For example:
$ qq auth_create_access_token jane
```

<a id="create-token-format"></a>You can:
<a id="create-token-format"></a>

You can:
* Specify the user as a name
* Qualify the user by using a domain prefix, for example:
* `ad:jane`
Expand All @@ -64,7 +66,9 @@ $ qq auth_create_access_token jane
</ul>
{{site.data.alerts.end}}

<a id="json-bearer-token"></a>The `auth_create_access_token` command returns a JSON response that contains the bearer token body and the access token ID, which you can use to manage the access token.
<a id="json-bearer-token"></a>

The `auth_create_access_token` command returns a JSON response that contains the bearer token body and the access token ID, which you can use to manage the access token.

```json
{
Expand Down Expand Up @@ -140,7 +144,6 @@ To use the credentials file, specify its location by using the `--credentials-st
$ qq --credentials-store ./qumulo_credentials who_am_i
```

<a id="getting-metadata-for-access-tokens"></a>
## Getting Metadata for Access Tokens
{{page.varPrereqRead}} This section explains how to get metadata for a specific access token or all access tokens by using the `qq` CLI.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The following is a list of available notification types in [SSE event payloads](
<table>
<thead>
<tr>
<th width="30%">Notification Type</th>
<th class="width-30">Notification Type</th>
<th>Description</th>
</tr>
</thead>
Expand Down

0 comments on commit 0a4ed08

Please sign in to comment.