Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
21 views

I’m using passkeys with ASAuthorizationController (ASAuthorizationPlatformPublicKeyCredentialProvider). Registration and authentication work correctly on iOS 16+. However, if the user explicitly ...
Wahab Khan Jadon's user avatar
1 vote
0 answers
33 views

I'm trying to configure a form-based authentication for my JSF app in Wildfly 39, and I've come across these sources: https://rieckpil.de/howto-simple-form-based-authentication-for-jsf-2-3-with-java-...
lzzgabriel's user avatar
1 vote
0 answers
66 views

I'm looking into implementing authentication in a client side Blazor application with wasm. Microsoft has a sample for exactly that scenario, but - not very confidence inspiring - it seems broken: ...
Voo's user avatar
  • 30.5k
-1 votes
0 answers
38 views

I’m using Next.js (App Router) where authentication is handled by the backend. The backend sets access and refresh tokens in HttpOnly + Secure cookies, so the frontend cannot read token values (which ...
Ch Muzammil's user avatar
0 votes
0 answers
31 views

I have this configuration: { "mimeTypes": { ".js": "application/javascript", ".mjs": "application/javascript", ".cjs": "...
ThunD3eR's user avatar
  • 3,482
1 vote
1 answer
60 views

I’m integrating authentication using Apple’s authorization APIs and supporting multiple iOS versions: • ASAuthorizationController (iOS 13+) • ASAuthorizationPlatformPublicKeyCredentialProvider (...
Wahab Khan Jadon's user avatar
Best practices
0 votes
3 replies
30 views

I’m working on an Angular frontend with a .NET BFF backend secured using Azure AD authentication (cookie-based, no tokens stored in local/session storage). Current setup: Frontend: Angular Backend: ....
Kunal's user avatar
  • 11
Best practices
1 vote
4 replies
54 views

I am designing a mobile application with a user login system. I am going to implement refresh tokens in order to allow for users to only have to log in once every 30 days. How do I differentiate each ...
Calax's user avatar
  • 91
0 votes
1 answer
42 views

Problem I'm trying to checkout a private GitHub Enterprise repository in a GitHub Actions workflow, but it consistently fails with a "Not Found" error even though I have a valid Personal ...
Athpath's user avatar
Advice
1 vote
0 replies
37 views

I try to configure my Symfony project with a User Management to separate my user management from my app database. I found some tools, as Clerk, Supabase, Authentik and I have try each tool, but ...
uphill's user avatar
  • 33
1 vote
0 answers
64 views

I’m implementing Sign in with Apple / Passkeys using ASAuthorizationControllerDelegate and handling errors via: func authorizationController( controller: ASAuthorizationController, ...
Wahab Khan Jadon's user avatar
Best practices
0 votes
9 replies
47 views

I am building a React + python(Fast API) application where these 2 applications are connected via Rest API. My question is if anyone who knows the ENDPOINT , and params that needs to be sent, Anyone ...
Rishi Sivanandan's user avatar
Advice
0 votes
1 replies
29 views

I lack experience with system design, and I’m struggling to understand how all the pieces fit together. I’d appreciate some help seeing the “big picture.” I’m building a web application with a ...
David Martínez Gil's user avatar
0 votes
0 answers
28 views

I'm running mysql via gcp's cloud platform and I'm trying to get service account iam passwordless access working. Today's blocker is the authentication_iam plugin. The docs (and AIs) tell me to set ...
Jeremy Woodland's user avatar
-4 votes
1 answer
181 views

I want to allow directory index (list directory in browser) but only for users logged in via php. Users not logged in should not have any access. Is it possible to log in to apache (AuthType Basic, ...
user30424's user avatar
  • 271
Best practices
1 vote
1 replies
19 views

I am building a website with Next.js and Supabase (beginner here). I created a page.tsx with a layout.tsx in a dashboard folder in my app router. Currently I am doing a check in layout.tsx to verify ...
Flomo's user avatar
  • 1
0 votes
0 answers
69 views

I am integrating Zoho Desk ASAP widget with JWT-based authentication in my web application. I have completed the initial setup, but even after login, the widget still behaves like a guest user instead ...
gopinath krm's user avatar
Advice
1 vote
0 replies
14 views

I set up sqladmin to fastapi project. I used aminalaee docs for set up. That works. But I do not understand some components as <token> and <secret_key>. Can somebody clarify those ...
aleksandr's user avatar
1 vote
1 answer
40 views

I am using a .NET 4.8 application with Angular v22. When I try to login via a controller method, it always throws an exception that the email claim is missing. But it is present in the JWT token. Here ...
Ashu's user avatar
  • 40
0 votes
1 answer
103 views

I am trying to integrate Azure AD login in my .NET 4.8 application with an Angular frontend. But when I try to authenticate, it's returning an http 401 "Unauthorized" error. In the ...
Ashu's user avatar
  • 40
Best practices
0 votes
0 replies
12 views

I have a Next.js application using the App Router and an ASP.NET Core Web API. Current authentication model: Access token: short-lived, intended to be kept in memory Refresh token: stored as an ...
Hüseyin Tunç's user avatar
Best practices
2 votes
0 replies
18 views

I’m building a web application and started with authentication, but I keep feeling it’s incomplete. In a professional production environment, what are the essential steps or criteria to ensure the ...
MrYasyn's user avatar
0 votes
1 answer
83 views

I’m facing an issue with Next.js + NextAuth. I recently implemented authentication in my Next.js project. The login works fine—but after refreshing the page, something strange happens: What’s ...
WildstyleZ's user avatar
1 vote
0 answers
82 views

With FIX 4.2 being deprecated soon, I have been doing a client work to get me some websocket data for my PC here. He has had difficulty in connecting to the sandbox (see below). I'm afraid it came in ...
Anas Fida's user avatar
2 votes
1 answer
101 views

While loading a project I hadn't touched in a few weeks in Visual Studio 2022, I received this: MsalServiceException: A configuration issue is preventing authentication... Original exception: ...
ScottSto's user avatar
  • 753
0 votes
0 answers
82 views

I’m using Next.js 16 (App Router) with Supabase SSR auth, and I’m stuck on a mismatch between server-side and client-side auth state. The server clearly knows the user is authenticated, but the ...
faizanmuhammad's user avatar
0 votes
0 answers
27 views

I have an app deployed through Heroku and running in multiple environments. Staging and production have dedicated links which are registered with an auth application in Google Cloud Console and work ...
usselman's user avatar
1 vote
1 answer
68 views

I am trying to configure an ASP.NET Core app to use the OIDC authentication flow. I have successfully done this in the past, with the Microsoft.AspNetCore.Authentication.OpenIdConnect package and the ...
Master_T's user avatar
  • 8,211
0 votes
1 answer
62 views

I am trying, when I have a dedicated link like https://mywebsite.com/user/4545454554, to be redirected on this page after the authentication is done. Indeed when a customer has a link to click, he ...
cyril's user avatar
  • 1,037
0 votes
0 answers
62 views

I'm integrating Fundraise Up donations with a membership system that needs authentication. When a user donates, Fundraise Up sends a webhook with donor information, and I need to automatically create/...
Uktamjon's user avatar
Best practices
0 votes
0 replies
56 views

For this setup, let's assume that here are no libraries to use (public/private/paid or otherwise) and so this task has to be completed without them. Also, let's assume that all communication between ...
osswmi's user avatar
  • 43
Best practices
0 votes
0 replies
18 views

I’m building a music streaming platform (like Spotify) as a study project and I’m working on authen/author mechanism. Can I have some advices on what kind of authen/author I should use for the ...
John Smith's user avatar
Advice
0 votes
2 replies
44 views

I login to Udemy.com using Gmail, in Firefox. The Firefox browser doesn't remember the Gmail credentials and prompts for login everyday. In the Firefox Settings > Cookies & Site Data, I have ...
sukesh's user avatar
  • 2,409
1 vote
0 answers
30 views

I am creating a Laravel application that will need two different authentication guards both leveraging database sessions. Before someone suggests using roles and permission to solve the problem, there ...
Jason's user avatar
  • 4,169
0 votes
0 answers
96 views

We are moving to user-managed identity-based authentication from certificate-based. Current code uses PnP core to talk to SharePoint. However, even after providing the site.fullcontrol permission to ...
Rohit's user avatar
  • 284
0 votes
1 answer
101 views

I’m trying to authenticate with the Coinbase Advanced API using an ES256 signed JWT, but I keep getting a 401 response from every endpoint. I’m using a JSON API key created in the Coinbase Developer ...
Craig Mallinson's user avatar
3 votes
1 answer
155 views

I have a .accdb front-end, and a .mdb backend. I am opening the Front-End as a COM object via PowerShell ... $accessApp = New-Object -ComObject Access.Application $accessApp.OpenCurrentDatabase($...
Phil's user avatar
  • 93
0 votes
1 answer
60 views

I have a case where I have to implement multi authentication in my API. controller.cs: public class TestController { [Authorize] [CustomAuthFilter] public async Task<IHttpActionResult&...
Aman Kadakuntla's user avatar
3 votes
1 answer
261 views

I've been trying to install @livewire/vite-plugin since last week, but I'm getting an authentication error. I researched it and saw that npmjs is forcing the creation of tokens for validation. I ...
Jonas Novello's user avatar
1 vote
1 answer
123 views

I'm building an application that uses AWS Cognito as IDP for authentication and angular-auth-oidc-client library to handle authentication on my Angular 21 client. I configured it as follows: config: { ...
Francesco Girelli's user avatar
0 votes
1 answer
74 views

We are building a custom frontend application (SPA) that authenticates users against Microsoft Dataverse using MSAL and OAuth. The UI should hide certain navigation items and actions, e.g. show the &...
Rick H.'s user avatar
  • 21
0 votes
0 answers
83 views

I want to ensure that users only need to log in the first time after downloading my mobile app, and save their user sessions so they don't need to re-authenticate every single time they open the app. ...
anna's user avatar
  • 1
Advice
0 votes
4 replies
45 views

What would be the best approach for a MAUI app with a potentially very large volume request usage of an Azure App Service API for implementing authentication for the app only vs a user? I envision ...
Marc George's user avatar
1 vote
0 answers
58 views

I'm building a login system with FastAPI and fastapi-login. I already have a /register route working. My goal is: If a valid token is present, allow access to certain routes. If no token or an invalid ...
KaranSRMA's user avatar
0 votes
1 answer
82 views

I’m trying to implement 3-legged authentication for APS using this source and this source. I’ve written C# code that generates the authorization URL and opens it in the browser for the user to sign in....
SergeySSH's user avatar
0 votes
1 answer
102 views

My hive connector config, hive_aws.properties: connector.name=hive hive.metastore.uri=thrift://hive-metastore:9083 fs.native-s3.enabled=true s3.endpoint=https://s3.amazonaws.com s3.region=us-east-1 (...
jiron's user avatar
  • 353
1 vote
1 answer
77 views

I have an ASP.NET Core Web API which uses JWT to authenicate users. It all works as expected. I call to my login endpoint and get a JWT. I can then pass this JWT in the "Authorization" ...
user31982923's user avatar
Best practices
2 votes
0 replies
70 views

I'm currently working on an app that stores secrets in an encrypted vault, and the key is derived from a user password. How can I securely prompt the user for their password? Is the IPC with invoke ...
terry's user avatar
  • 191
0 votes
0 answers
98 views

I am trying to follow this: https://learn.microsoft.com/en-us/azure/ai-foundry/agents/how-to/tools/code-interpreter?view=foundry-classic&pivots=csharp I have (in my local Visual Studio Environment)...
Peter Chikov's user avatar
0 votes
1 answer
38 views

I guess the solution is quite easy, but I just dont see the point: We had a kerb auth working, but s'one destroyed it quite a while ago. Now I dont get it working again: kerb authentication works and ...
Synopsis's user avatar
  • 374

1
2 3 4 5
1514