Skip to content

WIP: feat: add Windows Push Notification Services (WNS) router. (#775)#776

Open
ncalexan wants to merge 1 commit intomozilla-services:masterfrom
ncalexan:wns-router
Open

WIP: feat: add Windows Push Notification Services (WNS) router. (#775)#776
ncalexan wants to merge 1 commit intomozilla-services:masterfrom
ncalexan:wns-router

Conversation

@ncalexan
Copy link

@ncalexan ncalexan commented Oct 7, 2024

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.

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.
@ncalexan
Copy link
Author

ncalexan commented Oct 7, 2024

@jrconlin -- just getting this WIP somewhere that's not on my device.

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

Successfully merging this pull request may close these issues.

1 participant