Click here to Skip to main content
15,892,537 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.

 
GeneralWoot! Woot! Pin
Chris C-B7-Aug-19 4:38
Chris C-B7-Aug-19 4:38 
GeneralRe: Woot! Woot! Pin
OriginalGriff7-Aug-19 4:51
mveOriginalGriff7-Aug-19 4:51 
GeneralRe: Woot! Woot! Pin
Chris C-B7-Aug-19 5:17
Chris C-B7-Aug-19 5:17 
GeneralRe: Woot! Woot! Pin
honey the codewitch7-Aug-19 5:09
mvahoney the codewitch7-Aug-19 5:09 
GeneralRe: Woot! Woot! Pin
Chris C-B7-Aug-19 5:24
Chris C-B7-Aug-19 5:24 
GeneralRe: Woot! Woot! Pin
RickZeeland7-Aug-19 6:19
mveRickZeeland7-Aug-19 6:19 
GeneralRe: Woot! Woot! Pin
Chris Maunder7-Aug-19 11:18
cofounderChris Maunder7-Aug-19 11:18 
GeneralNow that's secure... Pin
Sander Rossel7-Aug-19 4:35
professionalSander Rossel7-Aug-19 4:35 
So I'm working on this SOAP service, which needs to have a sort of two-layered security (according to specs).
The first is basic authentication, which is, of course, a well known protocol (which I had to implement myself because Azure App Services doesn't support this because it checks the (on-premise) AD by default).
The second is on message level, each request has an authentication token in the form of [username][divider][password].
Seems overkill, but alright.
Except that the username and password for the basic authentication are hard-coded! WTF | :WTF:
It seems I can set the password in the third party application (although that's not possible/allowed according to the specs), but the username is definitely hard-coded in the application Laugh | :laugh:
If the username is hard-coded, but the password isn't, all I can do is check if the supplied password matches any passwords in the database* and then check if the token in the message belongs to that password*.
It's all rather clunky Laugh | :laugh:

So basically it's just authentication on message level with extra steps D'Oh! | :doh:

* Hashed, of course!

GeneralRe: Now that's secure... Pin
honey the codewitch7-Aug-19 4:54
mvahoney the codewitch7-Aug-19 4:54 
GeneralRe: Now that's secure... Pin
Sander Rossel7-Aug-19 5:05
professionalSander Rossel7-Aug-19 5:05 
GeneralRe: Now that's secure... Pin
honey the codewitch7-Aug-19 5:06
mvahoney the codewitch7-Aug-19 5:06 
Generalthe choice Pin
honey the codewitch6-Aug-19 22:26
mvahoney the codewitch6-Aug-19 22:26 
GeneralRe: the choice PinPopular
F-ES Sitecore6-Aug-19 22:51
professionalF-ES Sitecore6-Aug-19 22:51 
GeneralRe: the choice Pin
honey the codewitch6-Aug-19 22:58
mvahoney the codewitch6-Aug-19 22:58 
GeneralRe: the choice Pin
User 110609796-Aug-19 23:12
User 110609796-Aug-19 23:12 
GeneralRe: the choice Pin
F-ES Sitecore6-Aug-19 23:19
professionalF-ES Sitecore6-Aug-19 23:19 
GeneralRe: the choice Pin
Jörgen Andersson7-Aug-19 0:36
professionalJörgen Andersson7-Aug-19 0:36 
GeneralRe: the choice Pin
W Balboos, GHB7-Aug-19 1:46
W Balboos, GHB7-Aug-19 1:46 
GeneralRe: the choice Pin
BillWoodruff7-Aug-19 2:14
professionalBillWoodruff7-Aug-19 2:14 
GeneralRe: the choice Pin
W Balboos, GHB7-Aug-19 2:22
W Balboos, GHB7-Aug-19 2:22 
GeneralRe: the choice Pin
BillWoodruff7-Aug-19 2:36
professionalBillWoodruff7-Aug-19 2:36 
GeneralRe: the choice Pin
CodeWraith7-Aug-19 3:26
CodeWraith7-Aug-19 3:26 
JokeRe: the choice Pin
W Balboos, GHB7-Aug-19 3:30
W Balboos, GHB7-Aug-19 3:30 
GeneralRe: the choice Pin
CodeWraith7-Aug-19 3:39
CodeWraith7-Aug-19 3:39 
GeneralRe: the choice Pin
honey the codewitch7-Aug-19 5:00
mvahoney the codewitch7-Aug-19 5:00 

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.