TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About authenticate
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Shripad Kulkarni (3)
Shweta Lodha (1)
Rahul Bansal (1)
Nanddeep Nachan (1)
Abdul Basith (1)
Lovy Jain (1)
Jayakumar Balasubramaniam (1)
Naveen Motwani (1)
Nitesh Kejriwal (1)
Sarvesh Shinde (1)
Jaish Mathews (1)
Ano Mepani (1)
Muthu Kumar (1)
Vithal Wadje (1)
Hanif Hefaz (1)
Shantha Kumar T (1)
Raj Kumar (1)
Nimit Joshi (1)
Paul Abraham (1)
Anand Thakur (1)
Shivprasad (1)
R. Seenivasaragavan Ramadurai (1)
Related resources for authenticate
No resource found
Authenticate your Azure OpenAI Based App - Key or Key-less
9/12/2024 10:39:21 AM.
Key-based authentication for Azure OpenAI is simple but unsuitable for production due to security risks like key exposure and lack of granular control. Using Managed Identities offers enhanced securit
Authenticate the Valid User Via User id and MD5 Hashed Password
4/3/2024 9:55:02 AM.
Secure user authentication with MD5 hashed passwords and user IDs. This method ensures robust password protection by encrypting passwords before storage, enhancing system security and safeguarding use
Connect To SharePoint Online Site With App Only Authentication
2/8/2024 9:38:46 AM.
In this article, we will explore various options to connect to SharePoint Online. Pros and Cons of each option and mainly how we can connect SharePoint Online site with App Only Authentication.
Install Terraform On Windows And Authenticate Terraform To Azure
1/19/2023 5:49:41 AM.
This article describes how to get started with Terraform on Azure using PowerShell.
Authenticate SharePoint Using Pnp.Framework In An Azure Functions
6/21/2021 2:31:16 PM.
We can authenticate the SharePoint online and get a context in Azure functions using pnp.framework package.
How to Secure Your Azure App Service With Twitter Authentication
4/26/2020 3:05:51 PM.
In this article, let’s discuss how do we enable Twitter Authentication in Azure App Services and prompt the user to enter Twitter login credentials before accessing the app contents.
Integrate Or Authenticate ASP.NET Core Web APIs And Angular Application With Azure Active Directory
3/12/2020 11:48:50 PM.
This article explains how to integrate your application that is built using angular and web API, with Azure Active Directory so that you can outsource the heavy lifting authentication task to Azure AD
How to Authenticate a Twitter User For Twitter Using OAuth API V1.1
12/10/2019 3:21:13 AM.
This post will explain you how to authenticate your website / application to display tweets from your timeline.
Call REST API From Microsoft FLOW
7/8/2019 9:38:04 AM.
In this article, we will see how to make the REST Web API authenticated and how to consume it from Microsoft Flow.
Authenticate From ASP.NET Application To On-Premise AD
6/28/2019 9:33:23 AM.
This article describes how an ASP.NET application can be authenticated with On-Premise Windows AD.
Authenticate And Generate Microsoft Graph AccessToken AppID Using MS Graph .NET SDK
3/22/2019 10:51:33 AM.
In this article, we will learn about how to authenticate and generate a Microsoft Graph AccessToken using AppId using ms graph dotnet sdk
How To Authenticate SharePoint And Office 365 From Ionic 3 Mobile App
11/4/2018 11:38:13 AM.
This article demonstrates how to authenticate with SharePoint & Office 365 from ionic 3 mobile app using native In App Browser plugin. This is the base article for start SharePoint from ionic 3 mo
Two Factor Authentication In ASP NET MVC
9/6/2016 12:37:59 AM.
In this video tutorial we will learn what is two factor authentication.
Authenticate, Search And Add Records In GridView In ASP.Net
7/24/2016 2:34:34 PM.
In this article, I will show how to authenticate login and how to create and search for records in GridView in ASP.NET using C#.
Authenticate SharePoint Using PnP Authentication Manager
5/17/2016 3:11:53 AM.
In this article you will learn how to authenticate SharePoint using PnP Authentication Manager.
How to Authenticate and Get Data Using Instagram API
9/23/2014 4:53:49 PM.
This article explains how to authenticate an Instagram API and how to get user photos, user details and popular photos using the Instagram API.
Various Ways to Authenticate and Authorize SignalR Hubs
3/2/2014 12:12:06 PM.
This article describes the authorization and authentication for SignalR. You can also learn to apply these in various ways.
Authenticate Web Service
10/13/2012 5:04:38 AM.
In this example we will build a web service that authenticates userid and password from an a very simple MS Access database. This web service exposes only one method to the client.
Authenticate Web Service Client - Windows Application
10/13/2012 5:00:26 AM.
This client application shows you how to access Authenticate Web service from a Windows application.
Audio Video Modules for ASP.NET Community Starter Kit : Part I
10/13/2012 2:21:52 AM.
This tutorial describes about Audio Video Modules for ASP.NET Community Starter Kit and how to use the starter kit in your applications.
Authenticate a user against the Active Directory
9/6/2011 2:40:43 AM.
This article serves as a guide to using System.DirectoryServices (SDS) ADSI to access user and group in the Windows Active Directory. Authenticate a user against the Active Directory using the user ID and password.
The Two Interceptors: HttpModule and HttpHandlers
5/26/2009 1:19:09 AM.
Many times we want to implement pre-processing logic before a request hits the IIS resources. For instance you would like to apply security mechanism, URL rewriting, filter something in the request, etc. ASP.NET has provided two types of interception HttpModule and HttpHandler.
Authenticate Web Service Client - An ASP.NET Web Application
8/31/2006 7:51:33 AM.
This client application shows you how to access Authenticate Web service from an ASP.NET Web application.
Using SOAP Header to Authenticate a Web Service Consumer
12/8/2005 12:30:42 AM.
In this Article we are going to use SOAP Header to authenticate the WebService users.