Detect authentication failure

Questions regarding the use of the ANSI C SDK for Server or Client development or integration into customer products ...

Moderator: uasdkc

Post Reply
nilskoch
Jr. Member
Jr. Member
Posts: 1
Joined: 06 Mar 2015, 10:23

Detect authentication failure

Post by nilskoch »

Hello,

in the ANSI C based SDK, is there a way to detect an authentication failure? Something like entering a callback when a user connects with bad credentials?

Regards,
Nils

User avatar
Support Team
Hero Member
Hero Member
Posts: 3068
Joined: 18 Mar 2011, 15:09

Re: Detect authentication failure

Post by Support Team »

Hello,

You can change and extend the authentification module according to your requirements. If you use the internal authentification module, you should have a look at the function UaServer_AuthenticateInternalByUsernamePassword() in uaserver_auth_internal.c.

Bes tregards
Support Team

Post Reply