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

don't require client-secret for outlook token requests #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    2537781 View commit details
    Browse the repository at this point in the history
  2. don't require client-secret for outlook token requests

    Not all outlook token requests require secrets be provided, and in
    fact in these cases the requests will fail with a 401 error if a
    secret is provided.  This patch fixes this issue to not require the
    client-secret argument for outlook.
    
    A prompt will now only be provided if the argument to the
    --client-secret option is ":".
    
    closes tarickb#64
    jrollins committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0edd303 View commit details
    Browse the repository at this point in the history