Skip to content

Commit b3d3d51

Browse files
Note allowing restrictions on auth definition expressions (#670)
* Note allowing restrictions on auth definition expressions This allows implementors to impose restrictions on expression support for auth definition without affecting their compliance to the standard. Signed-off-by: Francisco Javier Tirado Sarti <[email protected]> * Update specification.md Co-authored-by: Ricardo Zanini <[email protected]> Signed-off-by: Francisco Javier Tirado Sarti <[email protected]> * Including link to expressions Signed-off-by: Francisco Javier Tirado Sarti <[email protected]> * Removing line about expression restrictions Implementors can already take his own decisions about expression support here Signed-off-by: Francisco Javier Tirado Sarti <[email protected]> Signed-off-by: Francisco Javier Tirado Sarti <[email protected]> Co-authored-by: Ricardo Zanini <[email protected]>
1 parent 4dbab43 commit b3d3d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3551,7 +3551,7 @@ Can be one of ["Basic properties definition"](#basic-properties-definition), ["B
35513551
See [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#basic_authentication_scheme) for more information about Basic Authentication scheme.
35523552

35533553
The Basic properties definition can have two types, either `string` or `object`.
3554-
If `string` type, it defines a workflow expression referencing a [workflow secret](#workflow-secrets) that contains all needed Basic auth information.
3554+
If `string` type, it defines a [workflow expression](#workflow-expressions) that contains all needed Basic auth information.
35553555
If `object` type, it has the following properties:
35563556

35573557
| Parameter | Description | Type | Required |

0 commit comments

Comments
 (0)