BizDoc.Authentication.G-Suite 7.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BizDoc.Authentication.G-Suite --version 7.5.0
                    
NuGet\Install-Package BizDoc.Authentication.G-Suite -Version 7.5.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BizDoc.Authentication.G-Suite" Version="7.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BizDoc.Authentication.G-Suite" Version="7.5.0" />
                    
Directory.Packages.props
<PackageReference Include="BizDoc.Authentication.G-Suite" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BizDoc.Authentication.G-Suite --version 7.5.0
                    
#r "nuget: BizDoc.Authentication.G-Suite, 7.5.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=BizDoc.Authentication.G-Suite&version=7.5.0
                    
Install BizDoc.Authentication.G-Suite as a Cake Addin
#tool nuget:?package=BizDoc.Authentication.G-Suite&version=7.5.0
                    
Install BizDoc.Authentication.G-Suite as a Cake Tool

G-Suite for BizDoc

BizDoc G-Suite integration can be configured to handle authentication, email delivery and email feedback.

To integrate G-Suite, first add the following to startup.cs:

  services.AddBizDoc().
    AddGSuite(options => {
      o.ApplicationName = "{your-app-name}";
      o.FilePath = "{path-to-client_secret.json}";
      // o.ApiKey = "...";
    });
...

  app.UseBizDoc().
    UseGSuite();

Other options are Customer and Domain.

Configure G-Suite

Create a project at Google API Console, enable Gmail API.

Create credentials for read-only users, roles, role assignments and organization units.

Download credentials JSON file and place it in your project. Set the file properties Build Action to Content. Provide the ApplicationName and the file name to ClientSecrets above.

Authentication

To use OAuth2 authentication, add the following:

  services.AddBizDoc().
    AddGSuite(options => {...}, configure => configure.AddAuthentication());
...
  app.UseBizDoc().
    UseGSuite().
        UseAuthentication().
        UseIdentityProvider();

Email Delivery

To use GMail for outgoing emails, add:

    AddGSuite().
       UseEmailer();

Email Feedback

To pull email reply, add the following:

    UseGSuite().
       UseGMailFeedback();

Widgets

Groups Performace, compare selected groups, or groups in which current user is a member.

Staff Performance, of group members in which the current user is a manager.

Workflow

Role. Select a role from Roles in form workflow.

Types

Roles.

Groups.

Organization Units.

Attributes

Owner Organization.

Rules

User Organization.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 217 5/15/2025
8.23.7 167 3/12/2025
8.23.6 109 2/27/2025
8.21.6 105 2/2/2025
8.20.6 123 12/15/2024
8.19.6 120 12/5/2024
8.19.5 110 11/20/2024
8.19.4 118 11/13/2024
8.19.3 105 10/13/2024
8.19.2 108 10/8/2024
8.18.1 140 9/17/2024
8.18.0 91 7/29/2024
8.17.0 125 7/10/2024
8.16.19 129 5/14/2024
8.16.17 138 4/23/2024
8.15.17 131 4/14/2024
8.15.16 127 4/8/2024
8.15.15 135 2/29/2024
8.15.14 149 2/28/2024
8.15.13 135 2/28/2024
8.15.12 130 2/28/2024
8.15.10 125 2/28/2024
8.15.9 131 2/27/2024
8.14.9 140 2/20/2024
8.14.8 150 2/2/2024
8.14.7 147 1/17/2024
8.13.6 146 1/12/2024
7.13.6 155 1/6/2024
7.13.4 172 12/23/2023
7.13.3 174 11/26/2023
7.13.2 141 11/22/2023
7.12.2 137 11/15/2023
7.10.2 147 11/5/2023
7.10.1 149 11/1/2023
7.9.1 157 10/30/2023
7.8.1 164 10/21/2023
7.7.1 152 9/6/2023
7.6.1 195 7/6/2023
7.6.0 202 7/2/2023
7.5.0 197 6/24/2023
7.4.0 193 5/22/2023
7.3.0 204 5/4/2023
7.2.0 216 4/20/2023
7.1.0 238 4/11/2023
7.0.1 236 3/30/2023
7.0.0 371 11/28/2022
6.8.8 385 11/8/2022
6.8.7 395 10/31/2022
6.8.6 416 10/27/2022
6.8.5 413 10/25/2022
6.8.4 417 10/24/2022
6.8.3 457 10/20/2022
6.8.2 457 10/20/2022