How do I configre Kerberos for Web Application in IIS windows server 2012? - kerberos

My scenario:
I have a sample website hosted on IIS windows 2012 server. When I browse the website it should prompt for credentials of the the Active Directory. I have tried using 'Windows Authentication' it is working fine, It is using NTLM for Windows Authentication
How can I use Kerberos for login to the website instead of NTLM
I have tried the steps in thelink, but it is not working
https://blog.kloud.com.au/2015/06/04/kerberos-web-application-configuration/
Please help me.
Thanks

The below link has the detailed procedure for the above query
http://woshub.com/configuring-kerberos-authentication-on-iis-website/

Related

Use Windows Authentication credentials with JavaEE JBoss

I have a task:
My JavaEE app (uses JBoss) has to speak with Azure DevOps(ADO) via NTLM. So if I know user's credentials it's very easy to do, but I need to use Windows Server host credentials and problem is that app will not know exact username, password, domain etc. So I need use Windows Authentication to use credentials of user under which the application (Jboss server) is running but I can't find the solution. Found something like JBOSS should be configured to LDAP (Active Directory), but what next? Jboss will provide current user credentials to my app or what?

A question about using KeyTab files to authenticate an Active Directory user to a Linux WEB Server (or any other App running on Linux)

Can someone please help me with the following
Assume I have an AD Domain and a 'standalone Linux host' which is not joined to the AD domain and there is no trust relationship in place between the AD and Linux of any kind.
Next I have a Kerberos aware application running on the Linux Server (WEB Server for example or other app) which is .
In order to an AD user to authenticate to the Linux hosted WEB/App using a KeyTab file
(created in Windows and setup on Linux). Does the Linux host need to be AD-Joined, in order to keyTab (single sign one) authentication to work?
Meaning if the Linux server was never joined to any domain of any kind (standalone), Would I still be able to user a KeyTab file to authenticate a user coming in from an AD Domain?
Thanks all
Charlie

Facebook app on localhost on windows server 2012

I have a Facebook app which is defined in Facebook as localhost.
I have it installed on a windows server 2012 with a self signed certificate issues to that server name.
In the IE (and chrome), if I open https://localhost it doesn't go through the Facebook and fails on certificate, if I open https://servername it goes through the Facebook but again, doesn't open claiming it doesn't have a valid security certificate.
I created 2 certificates, one for localhost (issues by "localhost") and one for the servername, both don't work.
I tried everything I could find online and some advice from friends including changing security settings on IE.
Any ideas will be appreciated
Thank you

Kerberos authentification with PowerBuilder 6.5

I would like to setup SSO using Kerberos (Active Directory). Yhis means acquiring kerberos ticket in a Powerbuilder 6.5 application. No possibility to upgrade PB version (yes, really...).
All the users of my program have ever logged in on the Windows Server (2003 or 2008) : RDP session.
Is it possible to get and check Kerberos Ticket with this PowerBuilder version ? How ?
I think it's possible to get the Windows current username thanks to the Windows API, but it isn't not as secure as a kerberos authentication.
I'll appreciate any help.

Can't authenticate with IIS Media Services' API using NTLM

IIS Media Services 4.1:
I have a dedicated website setup on my win 7 dev box. I'm testing the REST service with Windows Auth turned on from both calls from a browser as well as a test C# winform app. Using the browser I try to hit http://iismediatestsite/services/smoothstreaming/publishingpoints.isml I get challeneged (good) but when I put in my domain creds I get into a loop where it keeps prompting for creds. My domain account is an admin on this box. If I use my test app I set UseDefaultCredentials to true but I get a 401 returned.
Using Basic Auth works fine with both clients.
Any ideas?
TIA
Okay apparently this is caused by an issue when authenticating by NTLM via a loopback address. It is better explained and a workaround provided here:
http://support.microsoft.com/kb/896861