75,533 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Best practices
0
votes
6
replies
110
views
What is the difference between authentication and authorization?
I'm learning web development and often see the terms authentication and authorization used together. They seem related, but I'm not sure how they differ in practice. Can someone explain the difference ...
- reputation score 1
Score of 0
0 answers
107 views
Response.Cookies.Append not setting cookie in browser
I have an existing ASP.NET Core Web API that handles authentication. I am currently building a new Blazor Server (MudBlazor) frontend to consume this API.
The login process itself works perfectly – ...
- reputation score 618
Score of -1
0 answers
66 views
Android game (Eliatopia) returns com.amazon.coral.service#UnrecognizedClientException: The security token included in the request is invalid [closed]
__type":"com.amazon.coral.service#UnrecognizedClientException",
"message":"The security token included in the request is invalid."
Device information:
Device: TECNO ...
- reputation score 1
Score of -1
1 answer
106 views
Ensure az devops CLI commands only use permissions associated with Personal Access Token, not Azure account
I want to connect to Azure DevOps from a Cursor agent, to read user stories. At work we're forbidden from using MCP servers, so we have to use the Azure CLI to get the user stories from Azure DevOps. ...
- reputation score 20429
Score of -2
0 answers
54 views
Issues with localstorage login sessions - best way to remedy?
I have built out a web application for games (hosts and participants). The hosts log in and run the game, while the participants submit answers.
Anyway, I currently use Supabase as the backend, and ...
- reputation score 21
Score of 2
0 answers
55 views
Next.js OAuth route returns 307 redirects and eventually 404 after disabling development auth mode
I'm working on a Next.js application that supports two authentication modes:
Development mode (NEXT_PUBLIC_DEV_MODE=true) which bypasses GitHub OAuth and logs in a mock user.
Production mode (...
- reputation score 21
Score of 0
0 answers
36 views
PN532 ESP-IDF Authentication
Subject: PN532 Mifare Classic 1K Authentication Failure (InDataExchange) on ESP-IDF
Hi everyone,
I am using a PN532 transceiver over UART/I2C with ESP-IDF on an ESP32.
I can successfully read the ...
- reputation score 1
Score of 0
0 answers
108 views
"Cannot set the Security Context" console message
During obtaining the authentication token the following message appears in the Spring Boot application console.
Cannot set the Security Context
I think it's important that this message doesn't include ...
- reputation score 91
Best practices
0
votes
0
replies
53
views
Using Authenticator on windows logon with WHfB
is it possible to force a multi factor authentication using an authenticator on windows logon when connecting from outside the company network with WHfB?
All sources state that using a Pin alone is ...
- reputation score 13
Best practices
0
votes
1
replies
60
views
Require the customer to come up with a password regardless of the authentication method being used
I wonder what the right solution is when your server allows users to authenticate using an external authentication provider like Facebook, Google, but at the same time, users can still register with ...
- reputation score 1
Score of 0
1 answer
95 views
Microsoft WorkIQ MCP server setup for custom MCP client
I'm trying to integrate the Microsoft WorkIQ SharePoint MCP server with a custom MCP client.
I was able to connect to the MCP server successfully through GitHub Copilot, where authentication happens ...
- reputation score 11
Tooling
0
votes
3
replies
124
views
SSO in Asp.net Core App for multiple external customers
We have a web app that is used by many of our external customers.
Currently the authentication is all handled inside the app using .Net Identity, so a simple sign in form with email address and ...
- reputation score 353
Advice
1
vote
2
replies
155
views
Are oauth2 and allauth similar?
Which is better oauth2 or allauth? Or are these two authentication methods used for different purposes and which should I use? I am currently making a ecommerce website with Django and DRF and am ...
- reputation score 1
Best practices
1
vote
1
replies
90
views
Code Review Request for Custom Email-based Authentication in Django REST Framework
Hi everyone,
I am currently learning Django REST Framework (DRF). After working with the built-in token authentication, I decided to experiment by implementing a custom authentication flow using only ...
- reputation score 1
Best practices
0
votes
0
replies
45
views
Cross site user authentication with Okta
We have a specific requirement where we need to show okta login on a site (Sitecore) and user should redirect back to diffrent site (saleforece)on diffrent domain. This is cross domain user ...
- reputation score 1