Skillmine-Auth-Oidc-Client
1.0.0
See the version list below for details.
dotnet add package Skillmine-Auth-Oidc-Client --version 1.0.0
NuGet\Install-Package Skillmine-Auth-Oidc-Client -Version 1.0.0
<PackageReference Include="Skillmine-Auth-Oidc-Client" Version="1.0.0" />
paket add Skillmine-Auth-Oidc-Client --version 1.0.0
#r "nuget: Skillmine-Auth-Oidc-Client, 1.0.0"
// Install Skillmine-Auth-Oidc-Client as a Cake Addin #addin nuget:?package=Skillmine-Auth-Oidc-Client&version=1.0.0 // Install Skillmine-Auth-Oidc-Client as a Cake Tool #tool nuget:?package=Skillmine-Auth-Oidc-Client&version=1.0.0
Skillmine-Auth-Oidc-Client
Overview
Skillmine-Auth-Oidc-Client is a NuGet package designed to simplify the process of validating a user and fetching the access token from the Identity Provider (IDP) - Skillmine Auth.
Installation
You can install the Skillmine-Auth-Oidc-Client package via NuGet Package Manager:
dotnet add package Skillmine-Auth-Oidc-Client
Usage
To use Skillmine-Auth-Oidc-Client in your project, follow these steps:
- Install the package as mentioned above.
- Import the necessary namespaces in your code:
using SkillmineAuthToken
- Initialize the Skillmine Auth OIDC client with required configurations:
AcquireAccessTokenAsync.IAuthAccessToken authtoken = new AcquireAccessTokenAsync.AcquireAccessTokenInteractive();
- Use the client to validate the users and fetch the accesstoken
string accessTokenasync = await authtokentesting.AcquireTokenInteractiveAsync("<base_url>", "<redirect_url>", "client_id");
Contributing
Contributions are not welcome! If you find any issues or have suggestions for improvements, please feel free to send an email to us on yasser.qureshi@skill-mine.com
License
No License required, feel free to use it. However, any misuse of this api shall be liable on the person using it and not the author(us).
Support
For any queries or support related to this package, please contact yasser.qureshi@skill-mine.com
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is the initial release