Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [authentication]

Authentication is the process of providing a proof of identity or verifying identity.

authentication
0 votes
0 answers
32 views

How to set up access requests to an Entra application?

Within Azure we use an Enterprise Application for authentication to our custom web app. Similarly to Sharepoint where access requests can be configured so a user has to submit a request for access ...
Elliot's user avatar
  • 33
0 votes
0 answers
19 views

Django: Error sending email: (530, b'5.7.0 Authentication Required

I am working on a Django project and get the problem with sending email. This is my code in views.py class ForgotPasswordView(APIView): def get(self, request): return render(request, '...
Lâm Đồng's user avatar
0 votes
1 answer
11 views

.ASPXAUTH cookie not being read by sub application

I have an asp.net v4.7.2 web app setup at, my.example.com in IIS. It uses asp.net Forms Authentication. It's Web.Config: <httpCookies requireSSL="true" /> <authentication mode=&...
Vaibhav Garg's user avatar
  • 3,689
1 vote
1 answer
24 views

Spring Security : stackoverflow error after submit login form to ".loginProcessingUrl("/perform_login")"

intelliJ debug log is below. enter image description here and stackoverflow error log is 2024-07-26T14:01:13.600+09:00 DEBUG 17896 --- [nio-8880-exec-9] o.s.security.web.FilterChainProxy : ...
noob_kr_computer's user avatar
0 votes
0 answers
10 views

How to handle Authentication and private routes in React-native + Node.js?

I want a good way to handle Authentication in React-Native. I was planning on using JWT tokens and make the accessToken refresh without making the user ever log-in again(assuming they have a ...
Ethan Gordon's user avatar
0 votes
0 answers
16 views

How to Fix Redirection Issues in Clerk Authentication?

i have done a project with clerk before without any problem using this version "^5.2.3", there was not any problem before but when now i'm trying to implement the new version 5.2.6 with my ...
Moemen's user avatar
  • 3
0 votes
0 answers
11 views

Blank page when protecting route with react router [duplicate]

I have followed several guides and questions on stack overflow with no luck. I want to set up protected routes, so going to example /highscores would redirect user to /login if not signed in. ...
catfish's user avatar
  • 63
0 votes
1 answer
24 views

<AuthorizeView> not recognizing role claim

I have a Blazor Server app that uses Windows Auth. Based on the group memberships of the user, I am adding role claims using IClaimsTransformation. The group-to-role mapping is fetched from a DB. This ...
axel g's user avatar
  • 71
-1 votes
0 answers
20 views

REST login service with JWT authentication fails

I'm trying to setup a REST service with JWT authentication, but it fails without hope. The architecture of the service is based on Spring Boot 3.2. and all the latest Spring Security components. The ...
Riccardo Migliaccio's user avatar
0 votes
0 answers
12 views

Logto | TypeError: device_authorization_endpoint must be configured on the issuer

I'm migrating from auth0 to logto. In my CLI tool, we have a command to "login". It used standard openid-client technique: import { Issuer, errors } from 'openid-client'; import open from '...
David Meir-Levy's user avatar
0 votes
0 answers
13 views

How to pass error from next auth to a client component?

I am fairly new to Nextjs 14, and having difficulty understanding the underlying principles of authentication and passing data between server and client components. So far, with my limited ...
reactcoder's user avatar
-1 votes
0 answers
9 views

github action | azure login

I'm new to this trying to build and deploy new workflow from which build and deploy the react code into azure web service - build part is working fine however, there is an error during the deploy part ...
devTeam Monconnect's user avatar
-2 votes
0 answers
34 views

How to make Contact Form 7 be able to log the user into my WordPress website? [closed]

I have created forms using Contact Form 7 for all of the forgot password, login, and registration forms and a page template for how I want these pages to look. I am needing help getting communications ...
Zane Duncan's user avatar
0 votes
0 answers
15 views

Laravel API authentication: Sanctum + Breeze

I just started a new Laravel application. For API authentication I installed Sanctum and it seems working right: testing API route authentication in feature tests using Sanctum::actingAs() assert ...
fudo's user avatar
  • 2,660
0 votes
0 answers
16 views

How can I create a different Google auth environment with Supabase?

I have a Svelte app and I'm using Supabase for the auth. I have setup the Google provider and it works fine but I'd like to have different environment: a prod one and a dev one. I'd like to do that ...
Tibo's user avatar
  • 69

15 30 50 per page