Page 1 of 1

Authentication through ADFS?

Posted: 22 Jul 2014, 22:32
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!

Re: Authentication through ADFS?

Posted: 01 Jul 2015, 12:32
by ricsend
Hi guys,
I need it too, someone has an answer?

Tks

Re: Authentication through ADFS?

Posted: 10 Jan 2019, 02:48
by kyrie_han89
Hi All,

Is there any update for this thread?
I also have this requirement

Re: Authentication through ADFS?

Posted: 10 Jan 2019, 08:07
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

Re: Authentication through ADFS?

Posted: 11 Mar 2019, 15:52
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