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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

…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.
@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