Click here to Skip to main content
16,016,580 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Development oddity Pin
Chris Baker 202114-Aug-24 8:26
Chris Baker 202114-Aug-24 8:26 
GeneralRe: Development oddity Pin
Mike Hankey14-Aug-24 8:48
mveMike Hankey14-Aug-24 8:48 
GeneralRe: Development oddity Pin
Kent K14-Aug-24 9:39
professionalKent K14-Aug-24 9:39 
GeneralRe: Development oddity Pin
Mike Hankey14-Aug-24 10:09
mveMike Hankey14-Aug-24 10:09 
GeneralRe: Development oddity Pin
Roger Wright14-Aug-24 15:36
professionalRoger Wright14-Aug-24 15:36 
GeneralRe: Development oddity Pin
englebart14-Aug-24 16:03
professionalenglebart14-Aug-24 16:03 
GeneralRe: Development oddity Pin
Mike Hankey14-Aug-24 22:47
mveMike Hankey14-Aug-24 22:47 
GeneralRe: Development oddity Pin
Matt Bond19-Aug-24 6:05
Matt Bond19-Aug-24 6:05 
Recently, I was told to add MFA to a small desktop app. Never having coded MFA before, I asked for documentation. I was given a blog post. I did my research and coded everything just as the blog post said. We tested it, and it didn't work because of some configuration on the service's side. Once we changed that config setting, my code worked beautifully.

Then I was told that I needed to code it without the config change because that has "security concerns". I was told to use a Nuget package to do the MFA a different way. I did my research and coded everything just as the Nuget package's documentation page said. We tested it, and it didn't work, no matter what was configured.
Nobody could find any issues with my code. Turns out it's not supported anymore.

Then I was told to code it differently - open the existing website's login page, and parse the URL's to get the access token. This also worked beautifully the first time, but is now dependent on the website's login code not changing.

Best code I ever wrote 2 times in a row, and it was the wrong code because someone was too much in a rush to make sure they got me the right documentation and tools.
Bond
Keep all things as simple as possible, but no simpler. -said someone, somewhere

GeneralRe: Development oddity Pin
Mike Hankey19-Aug-24 6:17
mveMike Hankey19-Aug-24 6:17 
GeneralWell, it finally happened (adventures in software design) Pin
honey the codewitch12-Aug-24 9:21
mvahoney the codewitch12-Aug-24 9:21 
GeneralRe: Well, it finally happened (adventures in software design) Pin
pkfox12-Aug-24 9:36
professionalpkfox12-Aug-24 9:36 
GeneralWhat are the Odds Pin
BernardIE531712-Aug-24 7:21
BernardIE531712-Aug-24 7:21 
GeneralRe: What are the Odds Pin
PIEBALDconsult12-Aug-24 8:18
mvePIEBALDconsult12-Aug-24 8:18 
GeneralRe: What are the Odds Pin
BernardIE531712-Aug-24 9:51
BernardIE531712-Aug-24 9:51 
GeneralHMRC is confusing ... and so is the bank! Pin
OriginalGriff12-Aug-24 2:34
mveOriginalGriff12-Aug-24 2:34 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
Richard Deeming12-Aug-24 3:39
mveRichard Deeming12-Aug-24 3:39 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
OriginalGriff12-Aug-24 3:52
mveOriginalGriff12-Aug-24 3:52 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
OriginalGriff12-Aug-24 3:55
mveOriginalGriff12-Aug-24 3:55 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
Richard MacCutchan12-Aug-24 4:56
mveRichard MacCutchan12-Aug-24 4:56 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
OriginalGriff12-Aug-24 5:20
mveOriginalGriff12-Aug-24 5:20 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
MarkTJohnson12-Aug-24 5:42
professionalMarkTJohnson12-Aug-24 5:42 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
pkfox12-Aug-24 9:39
professionalpkfox12-Aug-24 9:39 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
charlieg12-Aug-24 11:48
charlieg12-Aug-24 11:48 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
pkfox12-Aug-24 21:42
professionalpkfox12-Aug-24 21:42 
GeneralRe: HMRC is confusing ... and so is the bank! Pin
charlieg13-Aug-24 1:54
charlieg13-Aug-24 1:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.