Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw an ArgumentException if tenant is 'common' or 'organizations' f…
…or acquire token for app scenarios (#795) * Add support for tenant selection when using AppOnly Microsoft Graph. * Add Common tenant to meta tenant identifiers and check for TenantId not to match when obtaining token via client_credentials flow. Fixes #793 * Allow client_credentials to function with consumers endpoint. * Explicitly provide tenantId from configuration if not specified when obtaining token via client_credentials. Streamline argument validation.
- Loading branch information