Category "authentication"

Azure DevOps REST API, how to allow Azure Function to create workitems in DevOps project?

I'm creating a schedule-triggered Azure Function which will run tests once a day. If during the run any test fails, I want it to create a bug on a Azure DevOps

Django user authentication fails in selenium tests

I'm writing tests for my djangocms app, first time using selenium to replicate the browser/user. I'm trying to test the login page, user simply fills out the us

For some reason i don't know It's not working

**After register or create a user, the user will be redirected to the page but it's not working। How can I solve this?** const [ createUserWithEmailAndPa

How to get the user's phone number using react-google-login?

I'm actually using this React library (https://www.npmjs.com/package/react-google-login) to authenticate with Google. As for the basic profile and email scopes,

I want to implement only face authentication in flutter

In my application, I want to add a face unlock feature to unlock my application. but as I used local_auth package it takes both figure and face. Like, If the us

How to assign a database model to a user

from django.db import models from datetime import datetime from django.contrib.auth.models import User class News(models.Model): user

Add Django Rest Framework Login Button to Browsable API when Using Third Party Auth Library (django-rest-knox)

The login button is missing from my browsable API. I am using django-rest-knox for token authentication. My urls.py contains: urlpatterns = [ path('admin/',

Client seems to hang after a specific reply from server

I am implementing an authentication process between a server and a client in order to exchange some information. I have created a function called serverToClient

If I have an app that uses login with Apple, google or Facebook do I still need my own server

I’m making an app instead of creating my own login I’m goin to use login with Facebook, google or Apple. If I do this do I still need to create my o

Using 2FA authentication with classic ASP always returns an invalid response

I'm using this code from GitHub https://github.com/as08/ClassicASP.TwoFactorAuthentication I downloaded the demo site, installed what I needed on the server and

HTTP authentication with PHP for specific pages

I have been trying to fix one issue for the last two weeks but didn't find any solution to my problem. So, I am trying to add HTTP authentication with PHP 7.4.

next-auth 4 session returns null, next.js

This is code in api/auth/[...nextAuth].js import NextAuth from "next-auth"; import CredentialsProvider from "next-auth/providers/credentials"; import User from

next-auth 4 session returns null, next.js

This is code in api/auth/[...nextAuth].js import NextAuth from "next-auth"; import CredentialsProvider from "next-auth/providers/credentials"; import User from

IdentityServer4 GetProfileDataAsync is not called for Identity Token, only Access Token

Using IdentityServer 4 (4.1.2), I've added a class implementing the IProfileService interface. The method GetProfileDataAsync is supposed to be called several t

Laravel 9 email verification Invalid Signature

I've read all available solutions, but no chance. It always redirects to the 403 page with message (Invalid Signature). Here is my route : Auth::routes(['verify

SAML is not honouring Token Lifetime

ADFS 2.0 Token Lifetime is not honouring I have configured SAML authentication using ADFS 2.0 as IDP. please find the config details below, Config 1: WebSSOLife

AWS Cognito how to query for the JWT Token after receiving an authorization code

my application requires an authorization code grant flow integration with Cognito and the website responded to me that Auth-Code accordingly. https://<poolNa

Create Magic Links for users to access a .Net MVC WebApp

I want to add a new feature to my WebApp for events - build with .Net MVC - to send a magic link to each participant - after they register in the event - to acc

ASP.NET Core razor view doesn't show up in browser

This is what the browser shows me: This is my _Layout: @using Microsoft.AspNetCore.Mvc.Localization @inject IViewLocalizer _localizer <!DOCTYPE html> &l

How to get bearer token from auth0 Angular

How Should I get the Auth0 bearer token in Angular. I am currently using Auth0 SDK and AuthModule to set it up. @Injectable() export class TokenInterceptor impl