Category "authentication"

How do I use {polished} package with {brochure} framework?

This was a complicating in logic execution i came across using {polished} and {brochure}. When placing secure_ui/secure_server inside of a brochure::Page() in t

How to prevent django admin login and logout sessions from reflecting in actual website?

I'm quite new to django. I've made a website that makes use of user auth for login, logout and registration. Whenever I log into the admin panel, it also gets r

Microsoft.Owin.Security.OpenIdConnect AuthenticationTicket is null on AuthorizationCodeReceived

I'm using OpenIdConnectAuthentication with code flow to implement the OpenIdConnect login. But on the AuthorizationCodeReceived, the property notification.Authe

How do I persist auth between react and a flask server

I created a flask server and added the following endpoints to this server: @auth_routes.route('/login', methods=['POST']) def log_in(): log_in_data = reques

Unhandled Rejection (TypeError): this._oAuthHandler is undefined

I am trying to run Amplify Authentication within my TypeScript/React web application. I've had it working for weeks, but am now getting errors within the source

Spring security support multiple authentication types

I need to support 3 way of authentication at the same time in the application: LDAP, Azure AD, Basic. After few hours of googling i found that the best way to d

How to set a custom principal object during or after authentication?

I've changed the way a user is authenticated in my backend. From now on I am receiving JWT tokens from Firebase which are then validated on my Spring Boot serve

Autheticate via Laravel Sanctum by passing token as a GET query parameter

I know the dangers of passing the token as a GET parameter. I've seen this and this. However, in my case there is no other way because the route will get called

Ubuntu Server 22.04 autologin

Trying to get autologin working for Ubuntu Server 22.04 (Don't worry, this is for a radio project, not an actual server) I have tried sudo systemctl edit getty@

How can i set expire time in otp in laravel8?

When i am trying to expiry otp, is not working but i do not know what i am doing wrong. I set expiry time with Carbon but still not working. What should i do?.

how to have multiple user types in django

this app is a school management system with django i have three types of user in my web app, my problem is how to authorize these and give them permissions. use

How to Pass Authorization Header from Swagger Doc in Python Fast API

I am trying to pass authorization header using Documentation page, similar to this page: Since, the documentations are automatic generated in Fast API, I am ha

Signing into slack-desktop not working on 4.23.0 64-bit (Ubuntu) [closed]

In the app, going File > Workspace > Sign in to new workspace launches a browser window. After selecting the workspace in browser, it la

How to create a Hashicorp Vault user using Terraform

I am trying to create a Vault user in Terraform but can't seem to find the appropriate command to do so. I've searched the Terraform Registry and also performed

Login with Facebook leaves me with an empty blank page in Facebook

Using Facebook oauth, that actually worked for the past 4 years until recently. Behaviour: User redirected to Facebook oauth method; User remains in Facebook pa

Can you change user.challengeName in Amplify

I'm trying to give the end-user an option on the UI to reset MFA if the end-user loses access to the device they've been using. I want to change the user.challa

401 Invalid JWT Token Lexik

I'm not sure why i Keep getting a wrong bearer token. { "code": 401, "message": "Invalid JWT Token" } When i debug it on https://jwt.io/ i also get a Invalid S

How do I avoid using a client secret or certificate for Blazor Server when using MSAL?

When using Blazor Server and the MSAL library you must provide either a client secret or a client certificate. Here is what a Blazor Server project uses to setu

JSON response TypeError - 'The "data" argument must be of type string'

The API I'm trying to fetch an access token gives me the following instructions (you can check for yourself at https://developers.finove.com.br/authentication):

Authentificate users of another active directory using first active directory using Tomcat and LDAP on Linux

I have two active directories ad1 and ad2 that are trusted by each other. Ad1 has groups that contain both users of ad1 and ad2. Using a Tomcat realm of a Linux