Skip to content

Commit e99ec97

Browse files
authored
Merge pull request #86092 from jwargo/jmw-remove-limitation
Update notification-hubs-push-notification-security.md
2 parents 8d71d7b + 99034e3 commit e99ec97

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/notification-hubs/notification-hubs-push-notification-security.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ This topic describes the security model of Azure Notification Hubs.
2525

2626
## Shared Access Signature Security (SAS)
2727

28-
Notification Hubs implements an entity-level security scheme called SAS (Shared Access Signature). This scheme enables messaging entities to declare up to 12 authorization rules in their description that grant rights on that entity.
29-
30-
Each rule contains a name, a key value (shared secret), and a set of rights, as explained in [Security Claims](#security-claims). When creating a Notification Hub, two rules are automatically created: one with **Listen** rights (that the client app uses) and one with **all** rights (that the app backend uses).
28+
Notification Hubs implements an entity-level security scheme called SAS (Shared Access Signature). Each rule contains a name, a key value (shared secret), and a set of rights, as explained in [Security Claims](#security-claims). When creating a Notification Hub, two rules are automatically created: one with **Listen** rights (that the client app uses) and one with **all** rights (that the app backend uses).
3129

3230
When performing registration management from client apps, if the information sent via notifications is not sensitive (for example, weather updates), a common way to access a Notification Hub is to give the key value of the rule Listen-only access to the client app, and to give the key value of the rule full access to the app backend.
3331

0 commit comments

Comments
 (0)