Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add router for Windows (Push) Notification Services (WNS) #775

Open
ncalexan opened this issue Oct 7, 2024 · 0 comments
Open

Add router for Windows (Push) Notification Services (WNS) #775

ncalexan opened this issue Oct 7, 2024 · 0 comments

Comments

@ncalexan
Copy link

ncalexan commented Oct 7, 2024

WNS is a push last mile delivery for modern Windows devices (at least Windows 10+). The best overview I've found is at https://github.com/microsoft/WindowsAppSDK/blob/main/specs/PushNotifications/PushNotifications-spec.md. Some of the details are laid out in https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/notifications/push-notifications/push-quickstart, which I've successfully followed.

┆Issue is synchronized with this Jira Task

ncalexan added a commit to ncalexan/autopush-rs that referenced this issue Oct 7, 2024
…lla-services#775)

The relevant settings are like:
```
[wns]

credentials = """{
    "nightly": {
        "project_id": "3e776f1c-927b-4918-9924-c7d292ddf732",
        "credential": "{\\"client_id\\": \\"1f39a2f4-4621-49e7-bde8-fc4c90b9e783\\", \\"client_secret\\": \\"REDACTED\\"}"
    }
}"""
```

Here `project_id` is my personal account's Microsoft Entra "tenant ID"
and `client_id` is my personal account's Microsoft Entra "application
ID".  Different Firefox channels would share a single `project_id`
value while having varying `client_id` values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant