-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: access control documentation is added
ING-4125
- Loading branch information
Kate Lyndegaard
committed
Nov 29, 2023
1 parent
0ce3ef4
commit 30ad3db
Showing
4 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
docs/references/data/2018-03-09-reference-data-accesscontrol.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: "Access control" | ||
categories: | ||
- "help-page-category-reference" | ||
- "help-page-subcategory-reference-data" | ||
layout: help-detail | ||
language: en | ||
sidebar_position: 2 | ||
|
||
--- | ||
|
||
The Access control section displays options to restrict access to hale»connect services. Toggle «Authentication with Organisation Token» to enable secure service requests. View and download services can be configured separately. | ||
|
||
Authentication tokens can be generated on the organisation profile page. Click the «Generate token» button to generate an authentication token. Tokens are valid for two weeks and are stored in the browser cache. The ```kelvin_token``` parameter is automatically added to services protected via token authentication. The token must be included in the URL to access the protected service. | ||
|
||
<img src={require("/images/help/en/token_auth.png").default} alt="" title="Generating an authentication token on the organisation profile page" className="img-responsive img-inline-help"/> | ||
|
||
Toggle «Basic Authentication with a fixed Username and Password» to enable password protection. Basic password protection is not as secure as token authentication. Using this protection mechanism, access to services require that a user enter a username and password. | ||
|
||
Changes to access controls require that services are republished to take effect. | ||
|
||
Currently, token authentication for series or series sub-datasets is not supported. |
21 changes: 21 additions & 0 deletions
21
docs/setup-hc/config-access-control/2015-02-10-access-control.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: "Configure access control" | ||
categories: | ||
- "help-page-category-setup-haleconnect" | ||
- "help-page-subcategory-setup-haleconnect-accesscontrol" | ||
layout: help-detail | ||
language: en | ||
|
||
--- | ||
|
||
The access control section defines how published hale»connect services can be accessed. hale»connect supports secure service requests through the use of authentication tokens. Toggle «Authentication with Organisation Token» to enable secure service requests. View and download services can be configured separately. | ||
|
||
Authentication tokens can be generated on the organisation profile page. Click the «Generate token» button to generate an authentication token. Tokens are valid for two weeks and are stored in the browser cache. The ```kelvin_token``` parameter is automatically added to services protected via token authentication. The token must be included in the URL to access the protected service. | ||
|
||
<img src={require("/images/help/en/token_auth.png").default} alt="" title="Generating an authentication token on the organisation profile page" className="img-responsive img-inline-help"/> | ||
|
||
Basic password protection can also be enabled. Basic password protection is not as secure as token authentication. Toggle «Basic Authentication with a fixed Username and Password» to enable password protection. Using this protection mechanism, access to services require that a user enter a username and password. | ||
|
||
Changes to access controls require that services are republished to take effect. | ||
|
||
Currently, token authentication for series or series sub-datasets is not supported. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.