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

Implement the Organization API Key support for the new Directory Connector v2022 #3568

Merged
merged 3 commits into from
Jun 13, 2023

Commits on Jun 13, 2023

  1. Add support for Organization token

    This is a WIP for adding organization token login support.
    It has basic token login and verification support, but that's about it.
    
    This branch is a refresh of the previous version, and will contain code
    from a PR based upon my previous branch.
    BlackDex committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4219249 View commit details
    Browse the repository at this point in the history
  2. Merge and modify PR from @Kurnihil

    Merging a PR from @Kurnihil into the already rebased branch.
    Made some small changes to make it work with newer changes.
    
    Some finetuning is probably still needed.
    
    Co-authored-by: Daniele Andrei <daniele.andrei@geo-satis.com>
    Co-authored-by: Kurnihil
    BlackDex and Daniele Andrei committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8e34495 View commit details
    Browse the repository at this point in the history
  3. Some code changes and optimizations

    Some cleanups and optimizations done on the code generated by @Kurnihil
    BlackDex committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a05187c View commit details
    Browse the repository at this point in the history