76,128 questions
-1
votes
0
answers
28
views
Python says it has inserted row into DB, but it hasn't
I am working on a simple auth system for one of my projects.
I have a PostgreSQL database with 2 tables, "public"."app_users" and "public"."active_logins"
The ...
0
votes
0
answers
13
views
How to Secure Redis Access in AWS EKS without Breaking Internal Access
I have a Redis cluster running inside kubernetes (AWS EKS).
Currently, Redis does not require any password because it is only used by internal microservices.
I do not want to disturb this internal ...
0
votes
0
answers
17
views
How can I non‐interactively authenticate (using impersonation) and migrate OneNote notebooks for users now that Graph API app-only tokens are retired?
We’re building an unattended migration tool to move all OneNote notebooks, sections, and pages for ~2,500 Microsoft 365 users into Google Workspace. Until recently, our service used app-only (...
-1
votes
0
answers
13
views
IIS Blazor with Windows authentication [closed]
I've got a Blazor 8 app running in an IIS environment using Windows authentication, and impersonation. The single sign-on seems to work, except users keep getting pop-ups asking them for the Smart ...
0
votes
0
answers
18
views
WebAuthn passkey prompt not appearing in Firefox 137 on Windows 11
I’m working on a login flow that uses WebAuthn passkey authentication on the frontend. The implementation works fine in Chrome and Edge, but the passkey prompt does not appear at all in Firefox ...
-1
votes
0
answers
53
views
Gmail SMTP App Password for Linux / command line [closed]
I have a server that has been using Gmail to send emails (via Python smtplib) for the better part of a decade. As of today, I'm getting the error Username and Password not accepted. For more ...
-1
votes
2
answers
29
views
Why are cookies from a request made in Next.js Server Action not being stored in the browser?
I’m using Next.js for the frontend and Express for the backend in my project. On the client side, I’m handling the login process using a Next.js Server Action. When the login form is submitted, the ...
0
votes
0
answers
17
views
Custom Authentication Extension Not Appearing in User Flow Dropdown (TokenIssuanceStart)
I've created a C# Azure Functions project using Visual Studio Code and successfully deployed it to my Function App. Then, I created a Custom Authentication Extension in Entra External ID for the ...
1
vote
1
answer
18
views
In ASP.NET Core OpenIdConnect authentication, how can I keep the cookie state in sync with the ID token?
In ASP.NET Core docs, the following code is used as an example of setting up the OIDC authentication:
builder.Services.AddAuthentication(options =>
{
options.DefaultScheme = ...
0
votes
0
answers
16
views
AWS Amplify Authentication Configuration Error in Vite + React Application Problem
I'm getting the following error when trying to configure AWS Amplify authentication in my Vite + React application:
`Uncaught TypeError: Cannot read properties of undefined (reading 'loginWith')
...
-1
votes
0
answers
13
views
How to do aadhar authentication and live - face matching? [closed]
I want to integrate authentication with aadhar number and then verify the user's photo with the one in their aadhar.
I have looked up multiple aadhar verification services like digilocker, uidai, ...
0
votes
1
answer
25
views
Cassandra Connecting with SSL .crt,.key file using Java throwing bad certificate error
I'm trying to connect to Cassandra with SSL authentication using Spring Boot.
When I tried to connect to Cassandra using the cqlsh terminal with .crt and .key file it connected,
but when I tried in ...
0
votes
0
answers
23
views
How do I send a response back to MS Teams from my bot backend which is hosted in azure App Services
I'm encountering a 401 Unauthorized error when attempting to send a response back to a Microsoft Teams chat from my bot(i haven't used bot framework sdk, simple bot in python).
In my setup, I’m ...
0
votes
0
answers
16
views
NextAuth.js Error: The column `User.verificationToken` does not exist in the current database
I'm using NextAuth.js for my application. When I try to create an account I get the 'something went wrong' error. Even though the User table has a verificationToken column, I get this message in the ...
0
votes
1
answer
16
views
In Laravel Jetstream Dashboard my profile and teams links (top right corner) aren't working
I'm working on a Laravel Jetstream project, and have been focusing on data & core functionality for a while now. I just noticed that the project never asks me to log in, so I guess either there's ...