Skip to main content

All Questions

1 vote
0 answers
233 views

Why HttpContext.Current.User.Identity.Name might have value before user signed in?

For context: I am working with .Net Framework 4.6.1 ASP.Net app deployed in IIS. Inside app we had implemented SSO authentication with Kerberos (that flow with HTTP 401 and WWW-Authenticate: Negotiate ...
bearpro's user avatar
  • 133
1 vote
0 answers
440 views

Obtain Kerberos token when using SAML

I have an ASP.NET MVC application that interacts with SCOM. When a user fetches data in our application from SCOM we impersonate that current user so the correct SCOM permissions still apply to them. ...
psjw12's user avatar
  • 106
0 votes
1 answer
299 views

KerberosSecurityTokenProvider in System.IdentityModel.dll

Can this api be used for getting service tokens for a particular serviceprincipalname to support kerberos authentication in wpf app. This app will consuming http service that has kerberos ...
neelesh bodgal's user avatar
0 votes
1 answer
599 views

IBM Client Side SSO P8 Filenet Kerberos .Net C# Not Working

I am trying to get the SSO Kerberos example code from the info center for P8 Filenet working: https://www.ibm.com/support/knowledgecenter/SSGLW6_5.5.0/com.ibm.p8.ce.dev.ce.doc/sec_procedures.htm#...
Garet Jax's user avatar
  • 1,141
1 vote
1 answer
5k views

Getting Kerberos Token for SSO

I am trying to get a Kerberos token for the current user logged into Windows to make a request to a REST service that accepts Kerberos authentication. I am using the following C code based on the ...
George Hernando's user avatar
1 vote
1 answer
1k views

.NET Desktop (Non-web) application using SAML 2.0 SSO with a Kerberos Token

I've been reading a lot about that, in order to implement this for a customer. I am 100% certain I am misunderstanding something, because things just don't make sense in my mind right now. Our ...
Kaito Kid's user avatar
  • 1,053
1 vote
1 answer
2k views

Kerberos Token asks to be called again to complete the context

I am attempting to obtain a Kerberos Token from a C# Application (not web-based, a standalone executable). I have referred to this question to figure out how to do it, but even trying both answers, I ...
Kaito Kid's user avatar
  • 1,053
5 votes
2 answers
15k views

How to get Service Token from Kerberos using SSPI

Objective: I am trying to build Proof Of Concept client app to implement Single Sign On by using SSPI. I am new to C# and I am getting confused. What I know and have done so far: All users are part ...
Felix Kholmatov's user avatar
2 votes
1 answer
1k views

Impersonate User in SharePoint 2010 web part to call WCF service

I have a Web Part where I am trying to call a WCF Service as the current logged in user. The Web Part work locally when debugging in Visual Studio 2013 - calling the external WCF service. I have ...
Jman's user avatar
  • 31
2 votes
1 answer
5k views

Use Kerberos-ticket in C# client application

I have a web-application where I'm automatically logged in with my Windows Credentials. I now want to consume information from this web-application, in a c# windows application using my Windows ...
user1370849's user avatar
0 votes
1 answer
5k views

SSO using Windows Login in C#

I have a Linux-served Web app and a C# Windows client. The web app currently allows AD credentials, which it authenticates. Not all the users are Windows-based. I'm trying to implement a Single ...
Intra's user avatar
  • 2,109