Skillmine-Auth-Oidc-Client 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Skillmine-Auth-Oidc-Client --version 1.1.0
NuGet\Install-Package Skillmine-Auth-Oidc-Client -Version 1.1.0
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="Skillmine-Auth-Oidc-Client" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Skillmine-Auth-Oidc-Client --version 1.1.0
#r "nuget: Skillmine-Auth-Oidc-Client, 1.1.0"
#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 Skillmine-Auth-Oidc-Client as a Cake Addin
#addin nuget:?package=Skillmine-Auth-Oidc-Client&version=1.1.0

// Install Skillmine-Auth-Oidc-Client as a Cake Tool
#tool nuget:?package=Skillmine-Auth-Oidc-Client&version=1.1.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:

  1. Install the package as mentioned above.
  2. Import the necessary namespaces in your code:
using SkillmineAuthToken
  1. Initialize the Skillmine Auth OIDC client with required configurations:
AcquireAccessTokenAsync.IAuthAccessToken authtoken = new AcquireAccessTokenAsync.AcquireAccessTokenInteractive();
  1. 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 Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6

    • 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.

Version Downloads Last updated
1.2.0 85 4/17/2024
1.1.0 78 4/8/2024
1.0.0 82 3/28/2024

Downgraded version of .netframework