SuperOffice.Online.Tokens
7.21.0
Prefix Reserved
dotnet add package SuperOffice.Online.Tokens --version 7.21.0
NuGet\Install-Package SuperOffice.Online.Tokens -Version 7.21.0
<PackageReference Include="SuperOffice.Online.Tokens" Version="7.21.0" />
<PackageVersion Include="SuperOffice.Online.Tokens" Version="7.21.0" />
<PackageReference Include="SuperOffice.Online.Tokens" />
paket add SuperOffice.Online.Tokens --version 7.21.0
#r "nuget: SuperOffice.Online.Tokens, 7.21.0"
#:package SuperOffice.Online.Tokens@7.21.0
#addin nuget:?package=SuperOffice.Online.Tokens&version=7.21.0
#tool nuget:?package=SuperOffice.Online.Tokens&version=7.21.0
SuperOffice.Online.Tokens
This package provides an assembly containing classes with the necessary logic that extends token validation to check that the signer of a token and the issuer of the token are a valid pair for SuperOffice relates tokens.
Usage
LocalStoreSuperIdCertificateResolver
var thumbprint = "��16b7fb8c3f9ab06885a800c64e64c97c4ab5e98c��";
var resolver = new LocalStoreSuperIdCertificateResolver(thumbprint);
var certificates = resolver.GetSuperOfficeSigningKeys();
OpenIdConnectSuperIdCertificateResolver
var environment = "sod";
var resolver = new OpenIdConnectSuperIdCertificateResolver(environment);
var certificates = await resolver.GetSuperOfficeSigningKeysAsync(CancellationToken.None);
Note: This requires async/await support.
SuperOfficeTokenValidator
var resolver = new LocalStoreSuperIdCertificateResolver(thumbprint);
var certificates = resolver.GetSuperOfficeSigningKeys();
var validator = new SuperOfficeTokenValidator(certificateResolver);
var identity = validator.ValidateToken(token, $"spn:{client_id}");
Feedback
If you have any questions feel free to reach out to us on appdev@superoffice.com.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. 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 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.IdentityModel.Protocols.OpenIdConnect (>= 6.36.0)
- System.IdentityModel.Tokens.Jwt (>= 6.36.0)
- System.Text.Json (>= 8.0.5)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SuperOffice.Online.Tokens:
| Package | Downloads |
|---|---|
|
SuperOffice.Crm.Online.IntegrationServices
SuperOffice Integration Services are the partner-side web service interfaces for hosting ERP Sync and Quote connectors for use in SuperOffice CRM Online applications. |
|
|
SuperOffice.Online.Mirroring
SuperOffice Online Mirroring is used to replicate online tenants database for applications. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.21.0 | 937 | 2/14/2025 |