Category "authentication"

Can i use my oauth 2.0 client id created in my laravel website for flutter app in simultaneously?

I have an online store that I built by Bagisto, which depends on the Laravel platform and I created my oauth 2.0 client id in https://console.cloud.google.com/

Trying to login after 2-factor authentication results in "wrong verification code. please try again"

I was not able to login to my Synology NAS (running on DSM 7) after I've enabled 2-factor authentication. Searched a solution I ended up to this page: https://k

AADSTS75011 Authentication method by which the user authenticated with the service doesn't match requested authentication method AuthnContextClassRef

https://docs.microsoft.com/en-us/troubleshoot/azure/active-directory/error-code-aadsts75011-auth-method-mismatch#cause The SSO works from Chrome and doesn't wor

Unsupported certificate purpose - NextAuth - SSL in Localhost - Node server

I followed this tutorial for setting up the https in local development machine: https://dev.to/nakib/using-https-on-next-js-local-development-server-bcd And her

can't have email on existing user golang

I'm trying to check if an user already have a email. I wrote a function like this : func IsUniqueEmail(body io.ReadCloser) (database.User, error) { connection :

Token is generating with all the available scopes in AzureAD

I have below setup on Azure, Host APP Added 3 Scopes under "Expose an API" tab i.e. abc, def, ghi Client APP Added all 3 Scopes under "API Permissions" tab No

jwt lexik JWT Authetication not found

I have been looking for a solution for a while now. All authentication system is in place, I get my token but when I use it to retrieve the data I get a 404 jwt

How to login one time and access in all domain using nextjs?

How to login one time and access in all domain using next.js? example: Login using accounts.example.com and then use it on something.example.com, www.example.co

Jupyterhub authenticator “invalid username or password” with users that are clearly valid

Obs: this question is duplicated here. Hello all. Im configuring a jupyterhub server in an ubuntu machine. According to this page, not setting a specific c.Auth

how to get username and password entered in vaadin flow LoginForm?

How to get username and password entered in vaadin flow LoginForm? I know it is from e, but how? If this is not possible how can I extend the LoginForm and modi

React Require auth problem as like secure page problem single page offline login works but not redirect work

When I set up require auth state its works but when it redirects the page it doesn't work. Pages show empty. When I reload then it shows again. import React fro

Elasticsearch Password reset failing with https

When I try to reset elastic search password using below command (in bin directory of elastic search). elasticsearch-reset-password -u elastic -i It is throwing

curl authentication works with `--netrc` but not `--user`

With curl 7.74.0, the command $ curl -b ~/.cookies -c ~/.cookies -L --user 'USERNAME:PASSWORD' https://daac.ornl.gov/daacdata/daymet/Daymet_V4_Stn_Level_CrossVa

ClientAuthenticationException using MS Graph API and Java

I have an issue with sending mails using MS Graph API. Here`s my code: public GraphMailUtil(){ getConfiguration(); this.graphClient = configureG

Why browser is not setting the cookie sent from my node js backend?

I'm trying to set a cookie from the backend server running at "api.mydomain.com" like this to the frontend running at "mydomain.com". res.cookie('auth', tok

Custom authentication with two ADs in ASP.NET Core

I have an ASP.NET Core 5 app that uses the Identity framework on a Windows server. When the user clicks Submit on the Login page, it needs to Authenticate their

problem when fix error git : "Support for password authentication was removed", there are no github internet password in Keychain Access?

I installed git on my Mac and checked it on terminal by command git version, it showed me this : git version 2.35.1 So maybe it is ok. When I tried to push a f

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