75,989 questions
-2
votes
0
answers
15
views
how to Transfer data between cross tenants using SPN with federated credentials in Azure data factory [closed]
I have a requirement to pull data from Tenant A to Tenant B (Azure SQL) using Azure Data factory or Azure synapse ETL tool. I have a multitenant enabled SPN with required access on both tenants. As ...
-3
votes
1
answer
84
views
How can I secure an API from authorized user? [closed]
I have developed a REST API using PHP with session-based authentication. How can I secure the API from authorized access? If a user logs in through the browser and copies the session_id, they might ...
-1
votes
1
answer
34
views
Blazor Web App (.NET 9) InteractiveClient Mode: No Built-in Authentication/Authorization?
I'm building a Blazor web app using .NET 9 and targeting interactive client render mode (InteractiveWebAssembly) and authenticating with Entra ID (and using Entra ID roles for authorization). My goal ...
0
votes
0
answers
21
views
ICT Protege WX server authentication not working
I'm trying to authenticate ICT protege wx controller which is higher firmware version than 4.00.1676. I'm getting first random number but failing at second random number, following this C# example ...
0
votes
1
answer
35
views
Blazor Server collocated JavaScript causing crash on Blazor connection timeout due to auth CORS policy
We have a Blazor Server app that requires authorization on all its components (internal business app):
// ...
app.UseHttpsRedirection();
app.MapStaticAssets(); // <-- Static files middleware ...
0
votes
3
answers
84
views
Flutter for Android - Login with google_sign_in 7.1.0 fails
I'm having trouble logging in with Google on my Flutter App (Android) after upgrading from google_sign_in version 6 to version 7.
I followed a guide to convert the authentication-related code, and it ...
1
vote
2
answers
44
views
How Should I Handle Authentication and User Identity in a Microservice Architecture? [closed]
I'm building a highly scalable, microservice-based backend system. I have a User Service that handles user login and signup, and I plan to use JWT tokens for authentication.
Architecture-
There is a ...
-2
votes
0
answers
33
views
How to do authentication in my app in Azure from ionic capacitor 7 [closed]
I have my application in ionic capacitor 7, I need to implement authentication by Azure. The problem is the @azure/msal-browser plugin is not working on Android.
I try with open the url with the ...
1
vote
0
answers
51
views
Unable to connect and call Web API from Jasmine test
We have a specific set of tests of our Angular application that requires Jasmine to connect/authenticate and call our ASP.NET Core Web API. As we have numerous UI tests setup (so these are not ...
-1
votes
0
answers
15
views
Clerk In Expo OAuth error in production mode
I'm using Google and Microsoft to sign-in using clerk on my expo app and I've configured them respectively using the clerk documentation for each sign-in method but i'm getting this error when I try ...
0
votes
0
answers
12
views
Do we need to add API access authentication when there is azure portal authentication? If Yes, what are the issues we face if we don't have that?
I want to deploy LLM on Azure portal. As people who needs to use it already have access to Azure portal. In such scenario, do we really need API access authentication again? Or if I added API Access ...
0
votes
0
answers
41
views
Laravel Sanctum API: Authenticated user is null causing 500 error
I'm new to Laravel and building a backend API system from scratch using Laravel + Sanctum (no frontend yet, just Postman for now). I'm trying to create a simple authenticated API where each logged-in ...
-2
votes
0
answers
15
views
Google OAuth: Infinite Login Loop in Production (React + Node.js + Netlify/Render) [closed]
Google OAuth: Infinite Login Loop in Production (React + Node.js + Netlify/Render)
I'm developing a web application using React (frontend), Node.js (backend), and PostgreSQL (database).
I’ve ...
0
votes
1
answer
43
views
Google Sign In Fails with Firebase - signInWithRedirect fails, but signInWithPopup works fine
Firebase authentication (email_pwd and google-auth) is linked to this web app (NextJS)
I want to switch from browser popups for Google Sign-In to a redirect. That's when this issue was encountered.
To ...
0
votes
0
answers
22
views
WebAuthn "the operation either timed out or was not allowed" error when userVerification is set to "preferred"
I'm implementing WebAuthn passkey support, and I encounter the following error on some devices when initiating authentication or registration:
The operation either timed out or was not allowed
This ...