Skip to content

Instantly share code, notes, and snippets.

@raku-cat
Created February 9, 2026 02:39
Show Gist options
  • Select an option

  • Save raku-cat/e67edeb7431ed080695fc781d27d670b to your computer and use it in GitHub Desktop.

Select an option

Save raku-cat/e67edeb7431ed080695fc781d27d670b to your computer and use it in GitHub Desktop.
- client_id: 'netbirdclientid'
client_name: 'NetBird'
audience: ['netbird']
client_secret: '$pbkdf2-sha512$abcd123456'
public: 'false'
authorization_policy: 'two_factor'
consent_mode: 'implicit'
require_pkce: false
pkce_challenge_method: ''
redirect_uris:
- 'https://netbird.apps.kinojocastle.xyz/peers'
- 'https://netbird.apps.kinojocastle.xyz/add-peers'
- 'http://localhost'
- 'http://localhost:53000'
scopes:
- 'openid'
- 'email'
- 'profile'
- 'groups'
- 'offline_access'
response_types:
- 'code'
grant_types:
- 'authorization_code'
- 'refresh_token'
- urn:ietf:params:oauth:grant-type:device_code
access_token_signed_response_alg: 'none'
userinfo_signed_response_alg: 'none'
token_endpoint_auth_method: 'client_secret_post'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment