BizDoc.Authentication.G-Suite 8.16.17

dotnet add package BizDoc.Authentication.G-Suite --version 8.16.17
NuGet\Install-Package BizDoc.Authentication.G-Suite -Version 8.16.17
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="8.16.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BizDoc.Authentication.G-Suite --version 8.16.17
#r "nuget: BizDoc.Authentication.G-Suite, 8.16.17"
#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.
// Install BizDoc.Authentication.G-Suite as a Cake Addin
#addin nuget:?package=BizDoc.Authentication.G-Suite&version=8.16.17

// Install BizDoc.Authentication.G-Suite as a Cake Tool
#tool nuget:?package=BizDoc.Authentication.G-Suite&version=8.16.17

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.Customer = "{my-customer}";
      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.

Staff Documents.

Department Peers Performance.

Cost Center Peers Performance.

Custom Field Peers Performance, per schema and field.

Departments Compare.

Custom Field Compare, per schema and field.

Workflow

Role. Select a role from Roles in form workflow.

Types

Directory Roles.

Directory Groups.

Organization Units.

Attributes

Owner Organization Unit.

Owner Cost Center.

Owner Department.

Owner Custom Field, per schema and field.

Rules

User Organization Unit.

User Is Admin.

Owner Department.

Owner Cost Center.

Owner Organization Unit, path.

Owner Custom Field, per schema and field.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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
8.16.17 75 4/23/2024
8.15.17 82 4/14/2024
8.15.16 77 4/8/2024
8.15.15 83 2/29/2024
8.15.14 78 2/28/2024
8.15.13 76 2/28/2024
8.15.12 83 2/28/2024
8.15.10 82 2/28/2024
8.15.9 84 2/27/2024
8.14.9 87 2/20/2024
8.14.8 99 2/2/2024
8.14.7 98 1/17/2024
8.13.6 95 1/12/2024
7.13.6 95 1/6/2024
7.13.4 132 12/23/2023
7.13.3 141 11/26/2023
7.13.2 108 11/22/2023
7.12.2 105 11/15/2023
7.10.2 108 11/5/2023
7.10.1 115 11/1/2023
7.9.1 116 10/30/2023
7.8.1 121 10/21/2023
7.7.1 111 9/6/2023
7.6.1 155 7/6/2023
7.6.0 163 7/2/2023
7.5.0 151 6/24/2023
7.4.0 148 5/22/2023
7.3.0 160 5/4/2023
7.2.0 170 4/20/2023
7.1.0 186 4/11/2023
7.0.1 186 3/30/2023
7.0.0 317 11/28/2022
6.8.8 332 11/8/2022
6.8.7 344 10/31/2022
6.8.6 362 10/27/2022
6.8.5 358 10/25/2022
6.8.4 363 10/24/2022
6.8.3 404 10/20/2022
6.8.2 397 10/20/2022