SSO for Windows-Clients

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
eiben
Posts: 6
Joined: 29 Nov 2006, 08:40
Location: Germany
Contact:

SSO for Windows-Clients

Post by eiben »

Hi,

I just modified Mantis, so that I can use SSO from IE-Clients (Integrated Windows Authentication = IWA). I modified the existing HTTP_AUTH to do the job.

I just tested this running 1.1.0a2 on linux ...

http://www.eiben.weite-welt.com/compute ... antis_iwa/
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

Thanks eiben for the nice article. I've added a link to it from the following page:
http://www.mantisbt.org/wiki/doku.php/m ... s_recipies

It would be great if you can submit an issue to the bug tracker to get this into Mantis codebase.

Do we really need to include a specific domain into a regexp? Can't we just use a generic <domainname>\<username> regex?

A couple of minor comments:
1. Would be good to link to http://www.mantisbt.org from the article.
2. Refer to Mantis as Mantis Bug Tracker (at least once in the article to match search queries).
Migrate your MantisBT to the MantisHub Cloud
eiben
Posts: 6
Joined: 29 Nov 2006, 08:40
Location: Germany
Contact:

Post by eiben »

vboctor wrote: Do we really need to include a specific domain into a regexp? Can't we just use a generic <domainname>\<username> regex?
Well, I wrote this actual article based on a linux installation of mantis, using kerberos for SSO. In this case a user is identified by "username@domain". If your running on windows a user is usually identified by "domain\username". So a regex would be best, depending on where your system is running on.
vboctor wrote: A couple of minor comments:
1. Would be good to link to http://www.mantisbt.org from the article.
2. Refer to Mantis as Mantis Bug Tracker (at least once in the article to match search queries).
I'm kinda busy right now, I will add this as soon as possible.
eiben
Posts: 6
Joined: 29 Nov 2006, 08:40
Location: Germany
Contact:

Post by eiben »

eiben wrote:
vboctor wrote: A couple of minor comments:
1. Would be good to link to http://www.mantisbt.org from the article.
2. Refer to Mantis as Mantis Bug Tracker (at least once in the article to match search queries).
I'm kinda busy right now, I will add this as soon as possible.
OK, I added that :)
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

Thanks eiben, you might want to replace "Mantis Bug Tracker Homapeg" with ".... Home Page".
Migrate your MantisBT to the MantisHub Cloud
eiben
Posts: 6
Joined: 29 Nov 2006, 08:40
Location: Germany
Contact:

Post by eiben »

if you insist ... :)
Post Reply