While I was writing an app to provide stats for one game, I noticed this content type in the login form: content-type: application/x-wamf I never saw it before
I am looking for a service similar to: Amazon Cognito, Okta, Auth0, OneLogin, Google Identity Platform, but with one requirement that the above mentioned servic
I'm trying to build custom cookie authentication in my Blazor Server app. It works as long as I use the DefaultAuthenticateScheme like this: builder.Services.Ad
I get the token from the login mutation and put it in the headers, but graphql server gives an error when trying to fetch that token using: const auth = req.he
I am getting this error while using OAuth 2.0 in my web application. I am building my application in React. I have created the OAuth Client ID as well. I am usi
I'm creating an app that needs to authenticate to multiple Office 365 applications in differing tenants using the Graph API. If I follow Microsoft's guidance I
I am having trouble getting authentication working with paramiko SSHClient. Trying to go from one virtual machine out to another box on the network. The general
I correctly use the username and password in the url of vs code for my server side but in the cmd i find the error of mongodb authentication fail. why this is h
I'm using Symfony for a project and I have been trying to get the login to work on production server with no success for the past 2 days. I keep getting the err
I have a React JS app which is behind the Google IAP. I need to get the IAP authenticated user email and use it in the app. How can I do that? IAP adds X-Goog-A
I am using Keycloak authentication to authenticate an angular app and so far I have managed to redirect my login to Keycloak server. But when redirected instead
I am maintaining a website that using cookie authentication in a ASP.NET MVC5 application. When the application went live the cookie time out is set to a very l
I work on a .Net core application and I need to mix windows and anonymous authentication within the same endpoint(s). So the goal is to be able to determine the
I am currently implementing an ASP.NET Core app with Angular as described here. With the help I got in this question, I was already able to get the application
After receiving ticket unable to login to home screen, how I can debug the spring security part in my application? How can I debug the entry point of the appli
I have a simple application with some pages that need to be protected if the connected user is not an administrator. I use the nuxt/auth package to handle the a
I'm configuring a Laravel project to use Passport token authentication. Everything seems to be working, but when the auth:api middleware fails, it responds to t
I am trying to connect my login page so that it fetches data from my users table in mysql and logs the user in but I am having some problems with my code Futu
I am doing authentication in my web application with JWT Security Tokens and a custom authentication scheme. I'm generating tokens when a user login I created
I am moving a project from React to Next.js and was wondering if the same authentication process is okay. Basically, the user enters their username and password