Skip to content

Commit 3dee2ed

Browse files
fix: update bearer auth reference in table
Signed-off-by: Matthias Pichler <[email protected]>
1 parent 97de739 commit 3dee2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ Defines the mechanism used to authenticate users and workflows attempting to acc
10151015
| Property | Type | Required | Description |
10161016
|----------|:----:|:--------:|-------------|
10171017
| basic | [`basicAuthentication`](#basic-authentication) | `no` | The `basic` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
1018-
| bearer | [`basicAuthentication`](#bearer-authentication) | `no` | The `bearer` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
1018+
| bearer | [`bearerAuthentication`](#bearer-authentication) | `no` | The `bearer` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
10191019
| certificate | [`certificateAuthentication`](#certificate-authentication) | `no` | The `certificate` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
10201020
| digest | [`digestAuthentication`](#digest-authentication) | `no` | The `digest` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |
10211021
| bearer | [`oauth2`](#oauth2-authentication) | `no` | The `oauth2` authentication scheme to use, if any.<br>Required if no other property has been set, otherwise ignored. |

0 commit comments

Comments
 (0)