BizDoc.Authentication.G-Suite
8.19.4
dotnet add package BizDoc.Authentication.G-Suite --version 8.19.4
NuGet\Install-Package BizDoc.Authentication.G-Suite -Version 8.19.4
<PackageReference Include="BizDoc.Authentication.G-Suite" Version="8.19.4" />
paket add BizDoc.Authentication.G-Suite --version 8.19.4
#r "nuget: BizDoc.Authentication.G-Suite, 8.19.4"
// Install BizDoc.Authentication.G-Suite as a Cake Addin #addin nuget:?package=BizDoc.Authentication.G-Suite&version=8.19.4 // Install BizDoc.Authentication.G-Suite as a Cake Tool #tool nuget:?package=BizDoc.Authentication.G-Suite&version=8.19.4
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 | Versions 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. |
-
net8.0
- BizDoc.Core (>= 8.32.4)
- Google.Apis.Admin.Directory.directory_v1 (>= 1.68.0.3589)
- Google.Apis.Gmail.v1 (>= 1.68.0.3427)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 8.0.10)
- Microsoft.AspNetCore.Authentication.OpenIdConnect (>= 8.0.10)
- MimeKit (>= 4.8.0)
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.19.4 | 25 | 11/13/2024 |
8.19.3 | 76 | 10/13/2024 |
8.19.2 | 78 | 10/8/2024 |
8.18.1 | 111 | 9/17/2024 |
8.18.0 | 67 | 7/29/2024 |
8.17.0 | 99 | 7/10/2024 |
8.16.19 | 104 | 5/14/2024 |
8.16.17 | 113 | 4/23/2024 |
8.15.17 | 111 | 4/14/2024 |
8.15.16 | 108 | 4/8/2024 |
8.15.15 | 113 | 2/29/2024 |
8.15.14 | 125 | 2/28/2024 |
8.15.13 | 111 | 2/28/2024 |
8.15.12 | 111 | 2/28/2024 |
8.15.10 | 105 | 2/28/2024 |
8.15.9 | 111 | 2/27/2024 |
8.14.9 | 115 | 2/20/2024 |
8.14.8 | 129 | 2/2/2024 |
8.14.7 | 128 | 1/17/2024 |
8.13.6 | 124 | 1/12/2024 |
7.13.6 | 131 | 1/6/2024 |
7.13.4 | 153 | 12/23/2023 |
7.13.3 | 164 | 11/26/2023 |
7.13.2 | 130 | 11/22/2023 |
7.12.2 | 127 | 11/15/2023 |
7.10.2 | 136 | 11/5/2023 |
7.10.1 | 138 | 11/1/2023 |
7.9.1 | 145 | 10/30/2023 |
7.8.1 | 146 | 10/21/2023 |
7.7.1 | 137 | 9/6/2023 |
7.6.1 | 179 | 7/6/2023 |
7.6.0 | 187 | 7/2/2023 |
7.5.0 | 179 | 6/24/2023 |
7.4.0 | 171 | 5/22/2023 |
7.3.0 | 182 | 5/4/2023 |
7.2.0 | 193 | 4/20/2023 |
7.1.0 | 213 | 4/11/2023 |
7.0.1 | 212 | 3/30/2023 |
7.0.0 | 344 | 11/28/2022 |
6.8.8 | 357 | 11/8/2022 |
6.8.7 | 368 | 10/31/2022 |
6.8.6 | 387 | 10/27/2022 |
6.8.5 | 384 | 10/25/2022 |
6.8.4 | 388 | 10/24/2022 |
6.8.3 | 429 | 10/20/2022 |
6.8.2 | 427 | 10/20/2022 |