All Projects → Azure-Samples → Active Directory Dotnet Daemon

Azure-Samples / Active Directory Dotnet Daemon

Licence: mit
A Windows console application that calls a web API using its app identity (instead of a user's identity) to get access tokens in an unattended job or process.

Projects that are alternatives of or similar to Active Directory Dotnet Daemon

Active Directory Dotnet Native Desktop
A .NET 4.5 WPF application that authenticates a user and calls web API using Azure AD and OAuth 2.0 access tokens.
Stars: ✭ 94 (-12.15%)
Mutual labels:  webapi, asp-net-mvc, desktop-app
active-directory-dotnet-daemon-certificate-credential
A .NET 4.5 daemon application that uses a certificate to authenticate with Azure AD and get OAuth 2.0 access tokens.
Stars: ✭ 40 (-62.62%)
Mutual labels:  desktop-app, webapi, asp-net-mvc
Meerkat.Security
RBAC library for .NET MVC and WebAPI projects
Stars: ✭ 21 (-80.37%)
Mutual labels:  webapi, asp-net-mvc
Active Directory Dotnet Webapi Manual Jwt Validation
How to manually process a JWT access token in a web API using the JSON Web Token Handler For the Microsoft .Net Framework 4.5.
Stars: ✭ 92 (-14.02%)
Mutual labels:  asp-net-mvc, desktop-app
ByteScout-SDK-SourceCode
ALL source code samples for ByteScout SDKs and Web API API products.
Stars: ✭ 24 (-77.57%)
Mutual labels:  webapi, asp-net-mvc
TraceHub
Centralized and distributed logging for Web applications and services, extending System.Diagnostics and Essential.Diagnostics, providing structured tracing and logging withou needing to change 1 line of your application codes
Stars: ✭ 22 (-79.44%)
Mutual labels:  webapi, asp-net-mvc
Xclcms
XCLCMS is a lightweight CMS (content management system) background management system, Developed using asp.net MVC, it provides a simple and easy-to-use web API interface and supports multiple applications for a single merchant.
Stars: ✭ 107 (+0%)
Mutual labels:  webapi, asp-net-mvc
Tcpbenchmarks
tcp,websocket,webapi性能测试工具
Stars: ✭ 78 (-27.1%)
Mutual labels:  webapi
Pyrustic
Lightweight framework and software suite to help develop, package, and publish Python desktop applications
Stars: ✭ 75 (-29.91%)
Mutual labels:  desktop-app
Clinicmanagement
Clinic management project using Asp.net mvc5
Stars: ✭ 74 (-30.84%)
Mutual labels:  asp-net-mvc
Dotnetpaging
Data paging with ASP.NET and ASP.NET Core
Stars: ✭ 70 (-34.58%)
Mutual labels:  asp-net-mvc
Quick Screen Recorder
Lightweight desktop screen recorder for Windows.
Stars: ✭ 80 (-25.23%)
Mutual labels:  desktop-app
Ds With Pysimplegui
Data science and Machine Learning GUI programs/ desktop apps with PySimpleGUI package
Stars: ✭ 93 (-13.08%)
Mutual labels:  desktop-app
Bookmark
[NOT MAINTAINED] Desktop app to manage bookmarked links using Atom Electron and Vue.js.
Stars: ✭ 97 (-9.35%)
Mutual labels:  desktop-app
2sxc
DNN + 2sxc = #DNNCMS - This tool helps web designers and developers prepare great looking content in DNN (DotNetNuke). It's like mixing DNN with Umbraco and Drupal :)
Stars: ✭ 98 (-8.41%)
Mutual labels:  webapi
Vueaspnetcore2webapiauth
Sample project demonstrating jwt-based authentication with an Vue.js (v2.5.13) frontend and ASP.NET Core 2 WebApi. Includes both local user registration with .NET Core Identity membership and facebook login scenarios.
Stars: ✭ 96 (-10.28%)
Mutual labels:  webapi
Slickone
A Quick Enterprise Web Framework for Information System 企业级Web快速开发框架
Stars: ✭ 87 (-18.69%)
Mutual labels:  webapi
Accesscontrolhelper
AccessControlHelper for asp.net mvc and asp.net core, strategy based authorization
Stars: ✭ 71 (-33.64%)
Mutual labels:  asp-net-mvc
Dbwebapi
(Migrated from CodePlex) DbWebApi is a .Net library that implement an entirely generic Web API (RESTful) for HTTP clients to call database (Oracle & SQL Server) stored procedures or functions in a managed way out-of-the-box without any configuration or coding.
Stars: ✭ 84 (-21.5%)
Mutual labels:  webapi
Runjs
A JavaScript playground that auto-evaluates as you type
Stars: ✭ 1,266 (+1083.18%)
Mutual labels:  desktop-app

Calling a Web API in a daemon app or long-running process

There's a newer version of this sample taking advantage of the Microsoft identity platform (formerly Azure AD v2.0)

Check it out: https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2

If you really need to access this Azure AD v1.0, you can navigate to the master branch, but please know that it's no longer supported.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].