Skip to content

Commit 6a12a95

Browse files
committed
Update doc
1 parent e1d0e05 commit 6a12a95

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,16 @@ You may prefer the HTML output for better readability by running:
120120
aas_test_engines check_server http://my-server.com/api/v3.0 https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002 --output html > result.html
121121
```
122122

123-
### Handling Authorization
124-
In case your server applies some authorization mechanism for security, you need to pass credentials to the Test Engines.
123+
### Handling Authentication
124+
In case your server applies some authentication mechanism for security, you need to pass credentials to the Test Engines.
125125
You can use the `--header` option to do so by providing credentials within header fields:
126126

127127
<!-- no-check -->
128128
```sh
129129
aas_test_engines check_server http://my-server.com/api/v3.0 https://admin-shell.io/aas/API/3/0/AssetAdministrationShellRepositoryServiceSpecification/SSP-002 --header 'Authorization: Basic YWxhZGRpbjpvcGVuc2VzYW1l'
130130
```
131131

132-
If you need a more sophisticated authorization mechanism, you should use the Python module interface and provide your own `aas_test_engines.http.HttpClient` class.
132+
If you need a more sophisticated authentication mechanism, you should use the Python module interface and provide your own `aas_test_engines.http.HttpClient` class.
133133

134134
## Python Module Interface
135135
<a name="python-interface"></a>

doc/file.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ All constraints of Part 1 and Part 3a are checked except for the following:
99
* AASd-115
1010
* AASd-020
1111
* AASd-021
12-
* AASd-022
1312
* AASd-077
1413
* AASc-3a-003
1514
* AASc-3a-050

0 commit comments

Comments
 (0)