Category "authentication"

Bigcommerce give error on installing newly created draft app

I have created a new app in Bigcommerce and just return hello world from there. on Login to backend and go to my draft app where i click on install app it shows

passwordless LDAP login and get user information using Kerberos ticket in PHP

I'm trying to implement SSO on some intranet sites in our company using FreeIPA/Kerberos. But information on this topic is very thin. I have three machines runn

How can I authenticate Gmail API without Google Dll

I am trying to use Gmail API without Google Dll, and I would like to use it only with HTTP requests. How can I authenticate and authorize with scopes (like crea

How to solve "No compatible browser found" error in Okta login?

While trying to login into the OKTA login page, the android device is giving this error, And the login fails. D/MainActivity: null onError AuthorizationExce

ASP .NET Core 6 with Windows authentification - don't show user login prompt dialog

I've created an ASP .NET Core 6 Web App with Windows authentification from a template and I assume that current Windows user's credentials to be obtained autom

User login form for excel vba

I am trying to create a login form where the username and password input match the data on a sheet. I tried to code for if either the username or password is wr

Can you modify the header of a JWT token after it is created (after it is encrypted and signed)?

I know that a JWT token contains a header section that is BASE64 encoded. Scenario: Decode the header Change the value of one of the parameters present in hea

"Error unprotecting the session cookie" exception

i have an Asp.NET MVC application with this Authentication setup: ConfigureServices(): services.AddSession() services.AddAuthentication(sharedOptions => sh

Azure api management returns status 500 after enabling "assignment required" on Azure function Enterprise application properties

I have an application where I need both access via APIM as well as directly to the API via Azure AD authentication. After enabling the Assignment required toggl

Laravel SPA (Vue) Authentication with cookie or token?

the more I read about Laravel Spa (Vue) authentication, the more I ask myself about the "best way" to authenticate with Sanctum. Official Laravel documentation

How to use Python requests to perform NTLM SSPI authentication?

My goal is to authenticate my client that uses the requests library (2.11.1) in Python 3.5.2 through NTLM with SSPI so that the user does not have to manually e

How to get current active user in middleware FastAPI python

I have developed an auth on FastAPI Python using the doc here https://fastapi.tiangolo.com/tutorial/security/oauth2-jwt/ (I use exactly the code shown, nothing

Form based Authentication in Tomcat

I performed login using form based authentication in tomcat(using j_security_check). I have added jdbc realm code in server.xml and also security constrains in

I got this issue when, I am trying to run this code (gapi.auth2.getAuthInstance().signIn();) "idpiframe_initialization_failed"

error: 'idpiframe_initialization_failed', details: 'You have created a new client application that use…i/web/guides/gis-migration) for more information.'

Spring Boot Custom Authentication Provider with Java Configuration not working

I am trying to setup a REST based web application, where the frontend is using Reactjs and the backend is using Spring Boot. I am also trying to setup a custom

How to access tokens stored in local storage?

Suppose a user logs into my web app and my web app produces a access token and stores it in local storage in client side. But when user enters into other webpag

jenkins Role-Based Strategy - project role patterns

I am trying to provide a Role-Based Strategy project role patterns: Role to Add: sysadmin Pattern: *-stack While saving those change

Symfony 5 : Authentication failed in prod env

I have an application that I'm trying to upload to my FTP server. I've run : symfony console make:user and also symfony console make:auth So while running the s

Azure Functions - some public and some protected?

I'm using Azure Functions with my app, most functions needs to be protected by the authentication scheme I've set up however some functions need to be accessibl

Authentication with (content-type: application/x-wamf)

While I was writing an app to provide stats for one game, I noticed this content type in the login form: content-type: application/x-wamf I never saw it before