Skip to content

Commit 8cad760

Browse files
Merge pull request #226205 from EldertGrootenboer/patch-1
Update service-bus-sas.md
2 parents 0b221ad + 3e679ea commit 8cad760

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/service-bus-messaging/service-bus-sas.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Shared Access Signatures are a claims-based authorization mechanism using simple
2828

2929
SAS authentication in Service Bus is configured with named [Shared Access Authorization Policies](#shared-access-authorization-policies) having associated access rights, and a pair of primary and secondary cryptographic keys. The keys are 256-bit values in Base64 representation. You can configure rules at the namespace level, on Service Bus [queues](service-bus-messaging-overview.md#queues) and [topics](service-bus-messaging-overview.md#topics).
3030

31+
> [!NOTE]
32+
> These keys are plain text strings using a Base64 representation, and must not be decoded before they are used.
33+
3134
The Shared Access Signature token contains the name of the chosen authorization policy, the URI of the resource that shall be accessed, an expiry instant, and an HMAC-SHA256 cryptographic signature computed over these fields using either the primary or the secondary cryptographic key of the chosen authorization rule.
3235

3336
## Shared Access Authorization Policies

0 commit comments

Comments
 (0)