Bitzsoft.Integrations.SsoRedirect.Qixinbao
1.0.0-alpha.7
This is a prerelease version of Bitzsoft.Integrations.SsoRedirect.Qixinbao.
dotnet add package Bitzsoft.Integrations.SsoRedirect.Qixinbao --version 1.0.0-alpha.7
NuGet\Install-Package Bitzsoft.Integrations.SsoRedirect.Qixinbao -Version 1.0.0-alpha.7
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="Bitzsoft.Integrations.SsoRedirect.Qixinbao" Version="1.0.0-alpha.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bitzsoft.Integrations.SsoRedirect.Qixinbao" Version="1.0.0-alpha.7" />
<PackageReference Include="Bitzsoft.Integrations.SsoRedirect.Qixinbao" />
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 Bitzsoft.Integrations.SsoRedirect.Qixinbao --version 1.0.0-alpha.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bitzsoft.Integrations.SsoRedirect.Qixinbao, 1.0.0-alpha.7"
#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.
#:package Bitzsoft.Integrations.SsoRedirect.Qixinbao@1.0.0-alpha.7
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Bitzsoft.Integrations.SsoRedirect.Qixinbao&version=1.0.0-alpha.7&prerelease
#tool nuget:?package=Bitzsoft.Integrations.SsoRedirect.Qixinbao&version=1.0.0-alpha.7&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bitzsoft.Integrations.SsoRedirect.Qixinbao
启信宝 SSO 跳转集成包,基于加密访问令牌生成启信宝自动登录链接。
安装
dotnet add package Bitzsoft.Integrations.SsoRedirect.Qixinbao
<PackageReference Include="Bitzsoft.Integrations.SsoRedirect.Qixinbao" Version="*" />
功能特性
- 生成启信宝 Web 端或 App 端 SSO 访问链接。
- 使用 SimpleStringCipher 兼容加密算法生成 accessToken。
- 支持登录后跳转地址。
- 支持通过配置控制访问链接有效期。
配置
{
"Sso": {
"Qixinbao": {
"Tenant": "你的租户标识",
"PassPhrase": "你的加密密钥",
"WebPageUrl": "https://www.qixin.com",
"AppPageUrl": "https://app.qixin.com",
"UseAppUrl": false,
"UrlExpiresIn": "00:05:00"
}
}
}
注册服务
services.AddBitzsoftQixinbaoSso(configuration, "Sso:Qixinbao");
使用示例
var result = await provider.GenerateAccessUrlAsync(
tenantId: "tenant-001",
userId: "user-001",
redirectUrl: "https://www.qixin.com");
var url = result.Url;
相关包
| 包 | 说明 |
|---|---|
| Bitzsoft.Integrations.SsoRedirect | SSO 跳转共享层 |
| Bitzsoft.Integrations.SsoRedirect.QccSso | 企查查 SSO 跳转 |
| Bitzsoft.Integrations.Compatibility | 基础工具库 |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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 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. 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 is compatible. 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.
-
net10.0
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.7)
- Bitzsoft.Integrations.SsoRedirect (>= 1.0.0-alpha.7)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.9)
-
net5.0
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.7)
- Bitzsoft.Integrations.SsoRedirect (>= 1.0.0-alpha.7)
- Microsoft.Extensions.Configuration.Abstractions (>= 5.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 5.0.0)
-
net8.0
- Bitzsoft.Integrations.Compatibility (>= 1.0.0-alpha.7)
- Bitzsoft.Integrations.SsoRedirect (>= 1.0.0-alpha.7)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.9)
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 |
|---|---|---|
| 1.0.0-alpha.7 | 49 | 6/16/2026 |
| 1.0.0-alpha.6 | 56 | 6/16/2026 |
| 1.0.0-alpha.5 | 47 | 6/14/2026 |
| 1.0.0-alpha.3 | 55 | 6/7/2026 |