Use WCF UserNamePasswordValidator with nServiceBus 5 -


i'm working on wcf service created custom usernamepasswordvalidator validate client. if username or password wrong faultexception thrown.

i use nservicebus 5 in wcf service send client message internal systems.

the issue if faultexception thrown because client hasn't access service, client's request processed anyway because (i guess) nservicebus handling exception if i'm not inside handler.

the bus started inside custom servicehostfactory.

how tell nservicebus don't handle kind of exception?


Comments