Azure application device flow not supported #272

Open
opened 2025-11-20 05:08:56 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @mlsmaycon on GitHub (Feb 6, 2023).

Describe the problem
Our client doesn't support Azure application device flow. We need to add a check for a response without a complete URL. Besides that, we need to investigate the best option for scope request as our current OIDC flow only send openid and expected that the access token will match the correct audiance.

Options for us:

  • Send more scopes in the device request
  • Use ID token for validation and management login instead of access token (if no other option)

To Reproduce
Steps to reproduce the behavior:

  1. Configure a azure APP for authentication
  2. Configure Netbird with Azure information
  3. Attempt to login
  4. See error where client opens regular file explorer instead of browser
  5. Besides that, after login token is invalid

Expected behavior
Client authentication to work the same way as with auth0

Originally created by @mlsmaycon on GitHub (Feb 6, 2023). **Describe the problem** Our client doesn't support Azure application device flow. We need to add a check for a response without a complete URL. Besides that, we need to investigate the best option for scope request as our current OIDC flow only send openid and expected that the access token will match the correct audiance. Options for us: - Send more scopes in the device request - Use ID token for validation and management login instead of access token (if no other option) **To Reproduce** Steps to reproduce the behavior: 1. Configure a azure APP for authentication 2. Configure Netbird with Azure information 3. Attempt to login 4. See error where client opens regular file explorer instead of browser 5. Besides that, after login token is invalid **Expected behavior** Client authentication to work the same way as with auth0
saavagebueno added the bug label 2025-11-20 05:08:56 -05:00
Author
Owner

@nazarewk commented on GitHub (Apr 17, 2025):

@mlsmaycon is it still pending a fix?

@nazarewk commented on GitHub (Apr 17, 2025): @mlsmaycon is it still pending a fix?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#272