Skip to content

Commit 9bf329f

Browse files
committed
uploading all the changes so far
1 parent 2256912 commit 9bf329f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/event-grid/security-authentication.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@ You include the authentication value in the HTTP header. For SAS, use **aeg-sas-
2424

2525
### Key authentication
2626

27-
Key authentication is the simplest form of authentication. Use the format: `aeg-sas-key: <your key>`
27+
Key authentication is the simplest form of authentication. Use the format: `aeg-sas-key: <your key>` in the message header.
2828

2929
For example, you pass a key with:
3030

3131
```
32-
aeg-sas-key: VXbGWce53249Mt8wuotr0GPmyJ/nDT4hgdEj9DpBeRr38arnnm5OFg==
32+
aeg-sas-key: XXXXXXXX53249XX8XXXXX0GXXX/nDT4hgdEj9DpBeRr38arnnm5OFg==
33+
```
34+
35+
You can also specify `aeg-sas-key` as a query parameter.
36+
37+
```
38+
https://<yourtopic>.<region>.eventgrid.azure.net/eventGrid/api/events?api-version=2019-06-01&&aeg-sas-key=XXXXXXXX53249XX8XXXXX0GXXX/nDT4hgdEj9DpBeRr38arnnm5OFg==
3339
```
3440

3541
### SAS tokens

0 commit comments

Comments
 (0)