Authentication through ADFS?

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
teleute
Posts: 12
Joined: 22 Jun 2012, 22:28

Authentication through ADFS?

Post by teleute »

Is there anyway to authenticate users against our ADFS (Active Directory Federation Services, for the sake of future googlers) server? I can only find LDAP at the moment, which we don't allow from external locations (and our bug tracker is outside of our LAN, for various reasons).

Thank you!
ricsend
Posts: 1
Joined: 01 Jul 2015, 12:28

Re: Authentication through ADFS?

Post by ricsend »

Hi guys,
I need it too, someone has an answer?

Tks
kyrie_han89
Posts: 1
Joined: 10 Jan 2019, 02:46

Re: Authentication through ADFS?

Post by kyrie_han89 »

Hi All,

Is there any update for this thread?
I also have this requirement
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Authentication through ADFS?

Post by atrol »

I am no expert for this, but AFAIK ADFS offers OAUTH / OIDC, so the following plugins could be a good starting point to implement what you want
https://github.com/mantisbt-plugins/SampleAuth
https://github.com/mantisbt-plugins/GoogleOauth
Please use Search before posting and read the Manual
jingshaochen
Posts: 10
Joined: 20 Jul 2018, 17:15

Re: Authentication through ADFS?

Post by jingshaochen »

I just added saml authentication for our mantisbt. It is not hard. But I do need to modify the login page to redirect to the saml login page.

Here is the library I am using: https://github.com/onelogin/php-saml

It supports ADFS.

Thanks
Post Reply