Search found 108 matches: authentication

Return to advanced search

Re: 2FA - Two Factor Authentication

Something simple would be to send a SMS to the user with a code and the app would wait for such code.

If the code is correct, then he would have been 2FA successfully authenticated
by Antonio Linares
Thu Feb 15, 2024 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2FA - Two Factor Authentication
Replies: 3
Views: 233

Re: 2FA - Two Factor Authentication

No, Antonio, not yet.

That is one of the steps I need to do.

But I was thinking about a combination with something like Microsoft Authenticator.
by driessen
Wed Feb 14, 2024 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2FA - Two Factor Authentication
Replies: 3
Views: 233

Re: 2FA - Two Factor Authentication

Dear Michel,

Does your FWH app provide support already for sending SMSs ?
by Antonio Linares
Wed Feb 14, 2024 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2FA - Two Factor Authentication
Replies: 3
Views: 233

2FA - Two Factor Authentication

Hello,

Customers of mine ask me if I am able to build in 2FA into my application for security reasons.

Does anyone have any experience with 2FA en FWH?

Thanks.
by driessen
Wed Feb 14, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2FA - Two Factor Authentication
Replies: 3
Views: 233

Re: SQL connection

Got it working. It was a setting in MS-SQL. I had to enable both Windows Authentication and SQL user authentication.

Thanks again for the help.
by Jeff Barnes
Sat Feb 03, 2024 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 551

Re: SQL connection

... know enough about the SQL Server. Even if I create logins on the server (ie: User=Jeff), It will not let me connect unless I use "Windows Authentication". I think this is where my issue is. I will keep on trying. :shock:
by Jeff Barnes
Wed Jan 31, 2024 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 551

Re: Classe TGif

... 255, followed by a byte containing the block size (usually 11), followed by the application identifier (“NETSCAPE”), followed by the application authentication code (“2.0”), followed by a sub-block containing the loop count, followed by a block terminator (a byte containing the value 0) It should ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1656

Re: Function from mod_harbour to Harbour

... to redo in another language, so I take system functions and return them to the Browser, so far it's working. Now I would like to control authentication via Token or another way to validate access. and HB_EetEnv() cannot get the Body or the Header. I already use the above functions in ...
by Ari
Fri Apr 28, 2023 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function from mod_harbour to Harbour
Replies: 6
Views: 311

Re: MSXML2.ServerXMLHTTP / readyState / Status

... Redirect 400 Bad Request 401 Unauthorized 402 Payment Required 403 Forbidden 404 Not Found 405 Method Not Allowed 406 Not Acceptable 407 Proxy Authentication Required 408 Request Timeout 409 Conflict 410 Gone 411 Length Required 412 Precondition Failed 413 Request Entity Too Large 414 Request-URI ...
by Jimmy
Sat Mar 18, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: Callback Server

... "RECIPIENT_PHONE_NUMBER" with the phone number of the recipient. Note that the Synology DSM SMS API may require additional parameters or authentication headers depending on the NAS model and DSM version. You should consult the Synology documentation for more information.
by Otto
Fri Mar 10, 2023 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 664

Re: Error 1251 at runtime using native connection to MySql

... privileges;  Puedes mirar este link que habla del tema https://stackoverflow.com/questions/50093144/mysql-8-0-client-does-not-support-authentication-protocol-requested-by-server
by cmsoft
Mon Jul 25, 2022 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 1251 at runtime using native connection to MySql
Replies: 2
Views: 296

Error 1251 at runtime using native connection to MySql

... 'fwconnect', with library libmysql.lib. At runtime I get this error in a dialog, and the connection does not work: 1251 Client does not support authentication protocol requested by server; consider upgrading MySQL client What does it mean? How con i solve? Thank you. Bye
by max
Mon Jul 25, 2022 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error 1251 at runtime using native connection to MySql
Replies: 2
Views: 296

Re: A big hit: Neither Apache and mod_harbour are needed

... and I'm working on an application written with apache+https and mod_harbour where I have put some rest web service with JWT authentication With an internal (mono or multithreaded? Like node or Spring Boot?) HTTPS server I can deploy web service more easily also on docker ...
by Matteo Baccan
Fri Apr 29, 2022 4:54 pm
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 15391

Re: GMail no funciona

... seguras. Aquí dejo una posible solución usando OAuth 2.0 en Windows Hello Armando, MailBee.NET Objects supports OAuth which is considered secure authentication method by Google. There's a special section in our Developer's Guide that addresses it in detail: https://afterlogic.com/mailbee-net/docs/#OAuth2.html ...
by Armando
Sun Apr 03, 2022 2:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GMail no funciona
Replies: 33
Views: 2101

Re: MD - Subido ejemplo de Login y autenticacion en módulos

... firefox, chrome and safari. I see that using IE something must happen to the cookie. I'll check ... :-) The purpose of the example is to create an authentication and to be able to access the modules. If you want to try a menu example, you can try the example http://54.37.60.38/tpl/basic_menu I ...
by Carles
Wed Aug 18, 2021 2:44 pm
 
Forum: mod_harbour
Topic: MD - Subido ejemplo de Login y autenticacion en módulos
Replies: 3
Views: 693
Next

Return to advanced search