2

Does FogBugz support sso (single sign on)?

flag

2 Answers

1

If you can craft your internal tools to submit the following POST request that looks like this:

default.asp
  &pre=preLogon
  &dest=(query string to use after login, encoded as POST parameter)
  &sPerson=(User Name)
  &sPassword=(password)
  &fRememberPassword=1

It will log a user on. Note, their FogBugz password needs to be passed, so ideally this should go over SSL.

We'll work on something craftier in the future.

link|flag
0

Can unregistered users comment?

link|flag
Is this related to single sign on? – Michael Pryor Feb 10 2010 at 20:31

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.