Mateusz Bilski

Results 4 comments of Mateusz Bilski

Hi @timsearle In https://github.com/cloudentity/oauth2c/pull/86 I switched from https://github.com/pkg/browser to https://github.com/cli/browser The pkg/browsers seems dead. From https://github.com/cli/browser/blob/main/.github/workflows/push.yml it looks like the cli/browsers works fine on ubuntu-latest, macos-latest and windows-latest. Could you...

@timsearle have you tried setting the BROWSER env var to firefox? sth like `BROWSER=/usr/bin/firefox`

Hello, Does it mean it is waiting for a callback forever? ```sh ▀ Waiting for callback. Go to the browser to authenticate... (5s) ``` ? What system are you using?...

This is really weird behavior from Microsoft Entra. Instead of adding `--token-scopes`, I would rather add `--extra-scopes-to-consent`, which seems like a more straightforward approach and just follow their convention. What...