authentication Questions

14

I have installed Elastic with Docker: docker run -p 9200:9200 \ -p 9300:9300 \ -e "discovery.type=single-node" \ docker.elastic.co/elasticsearch/elasticsearch:5.6.2 But curl localhos...
Conformal asked 8/10, 2017 at 5:56

3

Today I noticed something disturbing while inspecting session files in storage/framework/sessions folder created by Laravel 5. Here is what happened: I logged in as user A I navigated to a page...
Capelin asked 9/6, 2015 at 9:53

3

Solved

I am working with the Serverless Framework in my approach to Authentication. My goal is to create an API endpoint that triggers (via AWS API Gateway) a Lambda Function that creates a new AWS Cognit...

6

Solved

I post this request: POST https://login.microsoftonline.com:443/{my-tennant-here}/oauth2/v2.0/token HTTP/1.1 Host: login.microsoftonline.com Content-Type: application/x-www-form-urlencoded cli...

3

I'm using firebase to implement Sign in with Apple on my React web application. I have created an AppID, Service ID with Sign in with Apple enabled. Created a Key, configured and completed the requ...

2

I Read through many documents in the mongoDB doc, still unclear how authentication works for clients an member of replica set(using x.509). Found a resource "http://pe-kay.blogspot.in/2016/02/secu...
Caruncle asked 23/12, 2016 at 13:3

6

i have an Asp.NET MVC application with this Authentication setup: ConfigureServices(): services.AddSession() services.AddAuthentication(sharedOptions => sharedOptions.SignInScheme = CookieAuth...
Preponderance asked 29/11, 2016 at 11:39

2

Having implemented Google Sign-In in my Android app using CredentialsManager API (and successfully working on my own Pixel device) I'm not testing on Android emulators (with Google APIs). The emula...
Legitimize asked 2/7, 2024 at 11:24

2

Solved

I have built a stunning web app using react and Google's firebase for auth and for database. On my local server, everything runs well. I can authenticate certain users and navigate to the next page...
Laborer asked 25/9, 2019 at 10:15

4

Solved

I have Apache/SVN running on Windows Server 2003 with authentication via LDAP/Active Directory and a flat-file. It's working great except that any LDAP user can access everything. I'd like to be a...
Kaine asked 27/1, 2009 at 18:1

2

Solved

I ran into some strange behaviour with the authorization in Blazor with .NET 8. The sample is a slightly modified version of the Blazor Web App template with its default settings (no authorization)...
Myrna asked 20/12, 2023 at 17:58

5

Solved

My MongoDB is hosted on compose.io and is called ScroungeBA. I try to create a user with some built-in roles which by the documentary only work in the admin database: MongoDB provides all other...
Breeching asked 7/8, 2015 at 9:19

1

Solved

(See important edit notes near the end.) We have been researching about CAC/PIV cards for our web application for a few days now, and have found some great information, but we are still lacking som...
Operation asked 25/4, 2024 at 23:23

4

Solved

In my rest service i can obtain the principal information after authentication using KeycloakPrincipal kcPrincipal = (KeycloakPrincipal) servletRequest.getUserPrincipal(); statement. Keycloak prin...
Fornication asked 20/9, 2015 at 11:30

2

when I try to upgrade the React version , windows rise an error. the project is react, typescript and firebase for make authentication. package.json file (dependencies,scripts) { "name&quot...
Bainbrudge asked 14/2, 2021 at 10:1

2

Solved

I am new to spring boot space. I am following a tutorial learning to create OAuth authentication server. While configuring the AuthorizationServerConfig.java the instructor imports 'ProviderSetting...

1

Solved

I am working on a java web app, that I will deploy on a tomcat 10 server, which requests a (smart card) certificate from a user to authenticate them (after having entered their regular user credent...
Radish asked 14/6, 2024 at 16:25

4

Chrome used to run properly, when all of sudden it started asking for my proxy's username and password on every page I open. After I enter them, I see the page, but then I need to type them again w...

1

I'm trying to port over my CRA app to NextJs , but there is ONE thing that is stopping me: I would have to append auth token header to EVERY single one of my hundreds of API calls. My auth flow is ...
Jamima asked 31/10, 2022 at 1:54

4

Solved

I'm trying to make social login using 'react-google-login'. .env in root NEXT_PUBLIC_GOOGLE_CLIENT_ID=askfjaskf Ready.tsx import { GoogleLogin } from "react-google-login"; <GoogleLogi...

7

I'm using Clerk to implement authentication for my application. It's an app that will only be used internally so I just want the people I give access to be able to sign in. I don't really want anyo...
Minton asked 5/5, 2023 at 13:49

12

Solved

I have the following code snippet: user = User(username='[email protected]',email='[email protected]') user.set_password('pass') user.save() u = authenticate(username='[email protec...
Lecia asked 6/9, 2013 at 17:11

3

Solved

I need to register a user by sending an activation token to her Email address. I am getting this error (UNIQUE constraint failed: auth_user.username) when trying to register her using custom built-...
Lexicon asked 16/11, 2017 at 10:36

1

I am trying to create simple client side certificate and for that I following below link... How to create client certificate I have installed SDK on machine, and I have successfully run below two...

5

I'm trying to make a login page. on my page.tsx file I get either of two errors depending on if I include "use client"; at the top of my code. If I don't have "use client"; I ge...
Kappa asked 31/3, 2023 at 19:53

© 2022 - 2025 — McMap. All rights reserved.