22
votes
2answers
69 views
Feature Request: Native Two Factor Authentication, (like GMail two factor, etc)
This is a request for FogBugz to natively have a two factor auth mechanism, and not to rely on third party tools.
Because our team is distributed, we have to make our FogBugz syst …
0
votes
0answers
10 views
OpenID Authentication
Currently we use MS Active Directory for authentication of our FogBugz users, it has provided us an excellent SSO solution. We are now looking at moving to the "cloud" for the ser …
2
votes
2answers
192 views
What specific LDAP fields are matched when trying to authenticate against Active Directory
The FogBugz documentation states
"If you have existing accounts in FogBugz and you want to switch to LDAP, be sure that the names and email addresses in FogBugz exactly match the …
1
vote
0answers
34 views
Use Kiln Access Tokens to Authenticate Against FogBugz
We use Kiln's access tokens for our automated build and integration processes. Part of our daily build process involves querying the FogBugz XML API for cases with FogBugz tags mat …
0
votes
1answer
155 views
Converting User Accounts from FB Authentication to Active Directory [closed]
I recently converted our local FB instance (8.4.87) from Fogbugz Authentication to Active Directory authentication.
After converting, none of the user accounts would work, authent …
1
vote
1answer
1k views
Authentication: LDAP, Active Directory, FogBugz Authentication
FogBugz offers is own authentication, or you can hook it up to your LDAP or Active Directory server (if you're running it on your own server).
5
votes
4answers
497 views
Working LDAP configuration example
Does anyone have an example of a working LDAP config? I've been trying different ways to bind our FogBugz installation to LDAP for a few weeks, without success.
I was just curious …
0
votes
1answer
35 views
API Token - Unique Across Servers?
I have a CMS that is running on a handful of servers and I have integrated FogBugz into the authoring UI for the CMS. I have the same user across all the servers using the API and …
6
votes
1answer
781 views
LDAP authentication across multiple active directory domains
Is it possible to configure a FogBugz installation to authenticate users across multiple Active Directory domains? We currently have a domain for each geographic region in our com …
18
votes
2answers
245 views
Use OpenID to log into FogBugz On Demand [closed]
It would be really sweet if FogBugz could be an OpenID relying party.
I hate having so many passwords. I'd rather log in to FogBugz (especially On Demand, where LDAP isn't an answ …
1
vote
3answers
137 views
Does an Active User need a “working” email address?
We're using LDAP authentication and are implementing automated builds and continuous integration on our FogBugz/Kiln install.
When I tried to add out build user, FogBugz complaine …
20
votes
2answers
293 views
Active directory authentication for Community users
Is it possible to let community users user their Active Directory account to login.
If I add them, Fogbugz (7.1.13) picks up the Active Directory account and displays all the inf …
2
votes
1answer
80 views
How do I make sure that only users from a particular Active Directory container can login to FogBugz?
I'm using Active Directory authentication with FogBugz and I want to flip on the "Allow LDAP to create new accounts automatically" setting so I don't have to manually create all of …
2
votes
1answer
26 views
Authenticate another application against the FogBugz database
How can I setup another application to use FogBugz for authentication?
3
votes
1answer
41 views
ANNOUNCE: mod_authn_fogbugz
We were previously using bugzilla's MySQL user table as our authentication database for other related websites.
Since we switched to FogBugz, we needed something similar, so I hac …