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

Add Microsoft Authentication helper for macOS #19

Merged
merged 3 commits into from
Feb 2, 2019
Merged

Add Microsoft Authentication helper for macOS #19

merged 3 commits into from
Feb 2, 2019

Commits on Jan 31, 2019

  1. Add initial version of Mac MSAuth helper using ADAL 2.5.1

    Add the initial version of the Mac Microsoft Authentication Helper
    using ADAL 2.5.1 via CocoaPods. The pods are statically linked so
    only a single executable "Microsoft.Authentication.Helper" is
    required to be distributed with GCM.
    
    ADAL 2.5.1 was chosen because later ADAL versions include a bug
    where errors were being written to standard error:
    
    AzureAD/azure-activedirectory-library-for-objc#1362
    mjcheetham committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    b5eca7c View commit details
    Browse the repository at this point in the history
  2. Add basic .pkg installer script

    Add a simple flat-package installer with postinstall script
    to configure the user's system gitconfig.
    mjcheetham committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    1042b0d View commit details
    Browse the repository at this point in the history
  3. Update Azure Pipelines YAML to build macOS msauth helper

    Update the Azure Pipelines YAML for macOS to build the Microsoft
    Authentication helper using Xcode and also build & publish the
    installer package.
    mjcheetham committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    a550f0c View commit details
    Browse the repository at this point in the history