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

microsoft: added DeviceAuthURL to AzureADEndpoint #701

Closed

Commits on Feb 15, 2024

  1. added DeviceAuthURL to AzureADEndpoint

    The Microsoft identity platform supports the device authorization grant:
    
    https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-device-code
    
    This PR adds the "https://login.microsoftonline.com/{tenant}/oauth2/v2.0/devicecode" DeviceAuthURL to the AzureADEndpoint.
    enrichman committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f7cd8ae View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    2b953c3 View commit details
    Browse the repository at this point in the history