authentication Questions

4

In the Blazor (server side) I use AuthenticationStateProvider to set the authentication details in the session and restore it. Everything works perfecly with AuthorizeView but when I want to use Au...
Callosity asked 21/12, 2023 at 15:27

5

I hope I'm clear with my question so here goes. On the sign up flow of our app we ask the user for username, email and password. However we're not requiring a user's email to be confirmed/validated...
Actable asked 27/5, 2016 at 16:14

3

I have tried to setup an website in a new server and I get this error for all static files html/css/js, etc. HTTP Error 500.0 - Internal Server Error The page cannot be displayed because an inter...
Piers asked 22/9, 2017 at 14:56

2

I'm trying to use curl to log into an Okta-enabled site providing the user name & password using the parameter -u {username:password} and all I get back is the html content of the Okta redirect...
Balata asked 15/3, 2016 at 16:4

4

Solved

I've got a strange problem. After I enter my password on a debian 6.0 system, I get the motd but then there is a 5-10 second pause until I get a shell prompt. If I press ctrl-c during that pause th...
Thalassic asked 7/12, 2011 at 10:39

3

Solved

What is the difference between Laravel auth, Passport and Sanctum and when are they used?
Scat asked 12/4, 2020 at 22:41

4

I am trying to authenticate my app with Slack. It was working perfectly fine for a few days, but now it's throwing me an error invalid_code const requestBody = qs.stringify({ code: code, redir...
Tierratiersten asked 23/10, 2019 at 10:10

2

I run a sample Spring Security (hello world) web application in Apache Tomcat 8. What I'm trying to see is the user information in Tomcat Access Logs, but it looks that this information is no...
Urbannal asked 6/11, 2019 at 7:52

5

Solved

I have implemented login with username or email in my existing project and works fine. I want to extend it to login with username, email or phone. I want a user to login with either username, email...
Rigatoni asked 28/11, 2017 at 17:6

8

Solved

Using the cookies-next package, according to their docs, accessing cookies client side is as simple as getCookie('key'); - client side I have a simple function in my Next JS app, const handleAddTo...
Constringe asked 24/1, 2023 at 17:39

3

Solved

I tried to use Laravel-passport so I installed this package in my project, but when i wanted to make route i wrote this code in the AuthServiceProvider public function boot() { $this->registe...
Derron asked 20/10, 2022 at 4:2

6

The documentation for NextAuth.js says that I can generate a secret for next auth by entering this command: openssl rand -base64 32 Here is the documentation: https://next-auth.js.org/configuration...
Unrighteous asked 4/1, 2023 at 3:17

5

I am developing a gym application, consisting of two separate apps: one for administrators and another for members. User registration is facilitated through Google Firebase authentication using ema...
Marx asked 17/6 at 6:59

2

Each time I try to log in to my AWS account, I get this 'unauthorized' page. When I click the 'sign in again', it logs in fine like it should have done the first time. I am using firefox auto-fill ...
Hobard asked 15/10, 2022 at 17:13

3

Solved

When I try to use staff_view, I get redirected in the admin authentication interface. from django.contrib.admin.views.decorators import staff_member_required @staff_member_required def staff_v...
Bergeron asked 2/8, 2012 at 9:28

3

There are many StackOverflow posts about this issue, but none that offer a workaround for web apps to log into services via Google Web Auth in an embedded browser like Facebook/Facebook Messenger o...
Barbellate asked 18/12, 2020 at 8:27

11

I got stuck with this issue for so long. To find the root cause, I tested the Next-auth authentication by running next-auth example code. Everything runed just fine on local (http://localhost:3000)...
Kristakristal asked 19/3, 2023 at 16:24

3

I was trying to get data from a vendor's REST API from Power BI. When getting data, under Web API, it keeps throwing this error. See attached screenshot. It is a POST method where you can filt...
Galactopoietic asked 12/8, 2019 at 19:51

10

I have a web in ASP.Net Core (4.6.1 framework) that uses Facebook and MS external login that I created with Visual Studio 2015 and opened in the new Visual Studio 2017 that came out yesterday. VS20...

4

Solved

My ssh seems only accept public key authentication now. Even if I'm sure that "PasswordAuthentication" is yes in my /etc/ssh/ssh_config. Here is my ssh log. I wanna know why the password authentica...
Srini asked 26/3, 2013 at 7:32

6

Solved

I know that this has been asked many times before, but unfortunately not about ASP.NET Core web apps, just the classic ASP.NET web apps. All the answers i've found on the internet don't help me, be...
Mabellemable asked 27/6, 2017 at 10:58

4

Solved

I use the Keycloak service to login my web app. Use as a backend Spring with OAuth 2.0 security. When I go to make a request with Postman using the bearer token obtained from Keycloak it gives me a...
Celluloid asked 4/7, 2022 at 9:21

30

Solved

Here is my actual error: No route matches [GET] "/members/sign_out" Since most people will use "users" I thought it would be more helpful to have that in the title. At any rate, I am essential unab...
Mirilla asked 4/7, 2011 at 6:7

2

I have the following configurations in Startup.cs: services.AddAuthentication(options => { options.DefaultAuthenticateScheme = JwtBearerDefaults.AuthenticationScheme; //options.DefaultChallen...
Mariejeanne asked 10/6, 2019 at 5:53

5

Solved

I am using sonarqube from command line. I have a local server (sonarqube 64) on my windows 7 (x86-64). I successfully installed and I can open the web host http://localhost:9000/. but I cannot logi...
Obadias asked 19/7, 2017 at 14:2

© 2022 - 2024 — McMap. All rights reserved.