I want to ask a question about c++ rest library. Here, I want to write a digest authentication with the c++ code. I am using Qt library. In order to make a digest authentication, I need to get the nonce token from the header. I am trying to read the response header with my code ..
Category : authentication
When I try to login with wrong password i always see internal server error but few times i got the traceback error code. I use Odoo 13 CE on Windows server. any one can advice (because i have poor knowledge can anyone explain as steps what i should do)? Traceback (most recent call last): File ..
Windows 10 PIN stopped working and have to use alternative method to sign in such as fingerprint, using outlook if using cloud account. In some cases all windows hello login options including fingerprint, face will not work. Only option to sign in would be to use the outlook cloud account. Source: Windows..
I have created an application in .net 5 with uses bearer authentication for login. Now I have another requirement where in the application allows windows user to login if the name is already registered. Can some one explain me the approach to accomplish this. In the application I have a flag "Enable windows authentication" based ..
I have created a parent website which contains all child website link, Where we can redirect to child website with the help of parent website, But my problem is I have windows authentications for both parent and child website ,When I open my parent website it will ask me for windows username and password after ..
I need some help to configure Windows authentication from apache. What I’ve done so far is: I create a new simple project (the default) of .net core from visual studio. I add this line: services.AddAuthentication(NegotiateDefaults.AuthenticationScheme).AddNegotiate(); to the Startup.ConfigureServices. this line: app.UseAuthentication(); to the Startup.Configure. if I run the project from the IIS, I was able ..
I’m very new to authentication. I have been trying to read stuff for the past week or so, but it’s all pretty overwhelming. I have a client in C++ and server in .NET. Client communicates with server using REST (cpprestsdk). As of today, this is how I’m communicating: client::http_client_config config; auto func = [&](const client::native_handle ..
I’m currently working on an Hololens app that should work on both Hololens 1st gen and 2. One of the security requirements we have is to request user consent (using windows hello) before the app loads. I’ve implementented a very similar approach to the following described here (https://docs.microsoft.com/en-us/uwp/api/Windows.Security.Credentials.UI.UserConsentVerifier?redirectedfrom=MSDN&view=winrt-19041): private async System.Threading.Tasks.Task<string> RequestConsent(string userMessage) { string ..
So im in a bit of a sticky situation, Ive got my auth for my project working but the project that i need to execute after the auth was successful is a .net framework project, how would i go on about doing this? Source: Windows Que..
I have a client written in C++. Presently, I use cpprestsdk to communicate with the server without any authentication. I would like to add authentication by validating certificates. I have the certificate context (PCCERT_CONTEEXT) on the client. On the server, I have implemented a validation layer where certain subject names and issuer combinations are whitelisted. ..
Recent Comments