You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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.
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
The text was updated successfully, but these errors were encountered: