Skip to main content

Questions tagged [windows-authentication]

Integrated Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLM authentication protocols. Use tag with Windows authentication generally; though it might be best to use one of the more protocol-specific tags (such as Kerberos or NTLM) if the protocol being used is known.

windows-authentication
0 votes
1 answer
30 views

Windows authentication in DevTunnels

I have a blazor server application with windows authentication. Server configuration: builder.Services.AddAuthentication(HttpSysDefaults.AuthenticationScheme); builder.WebHost.UseHttpSys(options =>...
Justyna's user avatar
  • 103
0 votes
0 answers
17 views

How to get user information like email, firstname and lastname using Windows AD and without LDAP server?

Using Windows AD in identity server to authenticate user and in that response we are not getting user information like e-mail, first name, last name. To get the user information, we are using this ...
ramu yepuganti's user avatar
1 vote
2 answers
42 views

.NET Core 8 - Flurl not using the current user credentials for the default proxy

I am building a .NET Core 8 app that sends an HTTP request to a REST API using Flurl. When I manually set the proxy with my credentials, it works fine. However, when I don't set my credentials, the ...
Théo Uzan's user avatar
0 votes
1 answer
14 views

Strange behavior of Blazor Authorization template

I can't get a component to be disabled using policy Create an empty BlazorServer project with the WindowsAuthenticate authorization template. Add a default policy that denies everything. builder....
Евгений Кудик's user avatar
0 votes
1 answer
37 views

Does integrated Windows authentication in Ansible require a physical connection to MSSQL server?

Description: I'm currently setting up an Ansible playbook to connect to an MSSQL database server hosted on Windows using integrated Windows authentication. However, I'm uncertain about the requirement ...
Lucifer007's user avatar
-1 votes
0 answers
22 views

How to create an integrated Windows authentication connection to MSSQL DB server from Ansible on a Linux host?

Description: I'm trying to set up an Ansible playbook that connects to a MSSQL database server hosted on Windows using integrated Windows authentication. The host running Ansible is a Linux machine. ...
Lucifer007's user avatar
0 votes
1 answer
14 views

Authentication process in web browsers (chomre & edge)

We are running into a weird problem with two users on an internal only app at a client. The application uses windows authentication. It only happens with these two users and have had no other ...
Wallace B. McClure's user avatar
0 votes
0 answers
53 views

Connect to Azure SQL Server using windows credentials

I'm trying to connect to Azure SQL using on-prem AD account, which is synched to Azure AD. I am able to connect using the SSMS when I run as a different user but programmatically it doesn't work. It's ...
Ishan's user avatar
  • 4,008
1 vote
0 answers
41 views

SingalR not working on server IIS. works on local host

I have websockets enabled on my iis server. I am using singal R to update a progress bar during downloading. Works and local host but when published to server I get the following. blazor.web.js:1 [...
Quinn Nash's user avatar
0 votes
0 answers
49 views

Login failed from an untrusted domain using integrated authentication when connecting Excel-Pivot to SQL Server

Situation: I have two SQL Servers with two databases located in the same domain as my client's PC. I'm trying to create two pivot tables using the table relationships in these databases on both ...
bookofproofs's user avatar
-1 votes
1 answer
52 views

ASP.NET Core 8 Web API not passing windows user in iis

I have an ASP.NET Core Web API. When I run it in Visual Studio with IIS express, Windows authentication works fine. However, when I deploy the API to IIS, it fails to use Windows authentication. I ...
Azad's user avatar
  • 29
0 votes
0 answers
20 views

How to use windows Authentication in Uipath CLI?

Is possible to use WinAuth in Uipath CLI? I try with User and password and i get an error: Could not connect to Orchestrator: [...] , Tenant: [...], Username: [...], Password: ***, OrganizationUnit: [....
Migio B's user avatar
  • 415
0 votes
0 answers
18 views

Enabling Winforms Application Windows authentication service

enter image description here Hi, I want to add windows authentication to my Winforms Application. I have gone to properties and enabled this as shown in the screenshot. Want to test if its working or ...
Aditya Bhattacharjee's user avatar
0 votes
0 answers
70 views

Windows Authentication using service account in .NET 8 console application and gMSA in Task Scheduler

EDIT: as @Panagiotis Kanavos wrote - this probably a question about the use of group managed service accounts. This is where I will try to find the reason for the error. --- original entry --- I'm ...
xpldngerror's user avatar
0 votes
2 answers
82 views

ASP.NET Core Windows authentication - how to fail authentication for users that pass authentication but don't have specific app business roles?

I have an intranet ASP.NET Core web app deployed in IIS that uses Windows authentication. This app has been converted from an ASP.NET MVC 5 & webforms app. The ASP.NET Core app uses an ...
boggy's user avatar
  • 3,941

15 30 50 per page
1
2 3 4 5
206