Found 47 packages
Automatic access token management for OAuth client credential flows
This library provides a token client that can be used when you need to make client credentials OAuth requests. Instead of re-writing the same token clients over and over again in your services, you can use this package to make those token requests easily. The package also includes the ability to cache access tokens so they can be reused.
Package to generate access tokens to use against Altinn Platform. Can be used by applications and other components that need to access.
This package contains service collection extension methods to easily add the access token client to the service collection.
This is the .NET Client Library for Microsoft Azure Active Directory Graph API. Learn more about Azure AD Graph API @ https://msdn.microsoft.com/Library/Azure/Ad/Graph/howto/azure-ad-graph-api-operations-overview. NOTE: Azure AD Graph API functionality is also available through Microsoft Graph, a unified API that also includes APIs from other Microsoft services like Outlook, OneDrive, OneNote, Planner, and Office Graph, all accessed through a single endpoint with a single access token. Find out more about Microsoft Graph @ http://graph.microsoft.com, and find the Microsoft Graph .Net Client Library @ https://www.nuget.org/packages/Microsoft.Graph and the open source code and further documentation @ https://github.com/microsoftgraph/msgraph-sdk-dotnet Usage information is available on our AAD Graph blog @ http://blogs.msdn.com/b/aadgraphteam/archive/2014/12/12/announcing-azure-ad-graph-api-client-library-2-0.aspx and sample usage on github @ https://github.com/AzureADSamples/WebApp-GraphAPI-DotNet and https://github.com/AzureADSamples/ConsoleApp-GraphAPI-DotNet.
Package to verify Access Tokens from client. Require public certificates stored in Azure KeyVault.
This client-side library simplifies access token retrieval and management for authenticated machine-to-machine communication.
MMSC Token Helper would create token for you. You need to create app in app registration in azure. Just supply Client id, Client Secrete, Username and Password.
Server-side implementation of authenticated machine-to-machine communication using access token for ASP.NET Core.
Authentication client to generate access token to access Zoominfo API
Collection of simple pieces of reusable code designed such that dependencies aren't forced upon consumers of its packages. Package is shipped as source code.
This package adds SharePoint client object model assembly references and token helper code to the web project for SharePoint Online. These items make it easier to develop the web project if the web project needs to access data from the SharePoint Add-in.
This package adds SharePoint client object model assembly references and token helper code to the web project for SharePoint 2013. These items make it easier to develop the web project if the web project needs to access data from the SharePoint Add-in.
This package will help you retreive an access token from your authorization end point using OAuth2 client credentials flow.
Identity.OAuth2.ClientCredentials is a utility to retrieve access token from OAuth2.0 Server or Security Token Service (STS) using Client Credentials grant type.
A (partial) .NET client for the bit.ly URL shortening service's REST APIs. Currently supports querying for groups and shortening URLs on bitly's v4 API using the OAuth access token flow.
A JavaScript free OpenID Connect PKCE library for Blazor WebAssembly. Support .NET 10.0 Support .NET 9.0 Support .NET 8.0 Support .NET 7.0 Support .NET 6.0 Support .NET 5.0 The received ID token is validated by the component in the client using the OpenID Provider (OP) discovery document. The component automatically handle token / session update with use of the refresh token if the offline_access scope is specified. The company name ITfoxtec has changed to FoxIDs but the components will keep the ITfoxtec name as part of the component name for now.
Automatic token management for machine to machine web app OAuth and OIDC flows
ApiAuthenticate is a .NET Core class library that is a wrapper around HttpClient and can be used to obtain authentication tokens from client such as Salesforce, Blackboard using Grant_Type ClientCredentials or Password. AWS Connection is also supported. Visit the project site to get more info on usage.