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

feat: add support for GCC and other sovereign clouds #1928

Merged
merged 28 commits into from
Dec 6, 2022

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    70def15 View commit details
    Browse the repository at this point in the history
  2. feat: add base-url attribute to Msal2Provider

    base-url specifies a base url for the graph client config. It is optional and defaults to https://graph.microsoft.com.
    
    With this attribute, you can pass in any of the GCC and national clouds urls
    musale committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    6493323 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    7a6913e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dec32b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b6a4e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da24b0a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    4d3e4dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c5e538 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e24392 View commit details
    Browse the repository at this point in the history
  4. feat: update the ElectronProvider to set a baseURL

    You can set a baseURL when calling the electron provider.
    
    Additional refactors to fix tsc errors
    musale committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    461d2cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5a9ba3 View commit details
    Browse the repository at this point in the history
  6. feat: add base-url attribute to TeamsMsal2Provider

    Since it uses Msal2Provider, all we do is pass the base URL where Msal2Provider is called
    musale committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    626ad5b View commit details
    Browse the repository at this point in the history
  7. feat: add base-url attribute to TeamsMsalProvider

    Since it uses MsalProvider, all we do is pass the base URL where MsalProvider is called
    musale committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    31aee59 View commit details
    Browse the repository at this point in the history
  8. feat: add base-url attribute to TeamsFxProvider

    The baseUrl is passed during initialization. The default is already set to MICROSOFT_GRAPH_DEFAULT_ENDPOINT
    musale committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    48b4bce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a7d2d1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7249fa1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f6970c View commit details
    Browse the repository at this point in the history
  12. Merge branch 'next/fluentui' of github.com:microsoftgraph/microsoft-g…

    …raph-toolkit into musale/support-gcc
    musale committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    65590a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    e3debfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23fe581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aaf3e1f View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Merge branch 'next/fluentui' of github.com:microsoftgraph/microsoft-g…

    …raph-toolkit into musale/support-gcc
    musale committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    3e83174 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89133b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62dcbbc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'musale/support-gcc' of github.com:microsoftgraph/micros…

    …oft-graph-toolkit into musale/support-gcc
    musale committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    e8c8c29 View commit details
    Browse the repository at this point in the history
  5. fix: remove duplicate import

    musale committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    7f0ca96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10dc01f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. fix: updaet the memberof value of the base provider

    Co-authored-by: Gavin Barron <[email protected]>
    musale and gavinbarron authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    393a36c View commit details
    Browse the repository at this point in the history