Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
19 views

why can't I connect using the credentials I configured in the UserDetails? [closed]

package com.HRM.HRmanager.security; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.core....
Skander Ben Achour's user avatar
-2 votes
1 answer
158 views

Spring Security Warning: How to Fix AuthenticationProvider vs. UserDetailsService Configuration?

I’m encountering a warning when starting my Spring Boot application with Spring Security configuration. The warning message is: WARN [ restartedMain] r$InitializeUserDetailsManagerConfigurer : Global ...
Hyusein Lesho's user avatar
0 votes
0 answers
14 views

Unexpected Kafka request of type METADATA during SASL handshake while trying to connect with kafka server by a consumer

I'm trying to setup SASL plain authentication in kafka. But when I try to read a message or send a message, the Kafka Server logs the following error: INFO [SocketServer listenerType=ZK_BROKER, nodeId=...
Fred2108's user avatar
-1 votes
0 answers
22 views

How do I find the correct user info URL for my procore app?

I am trying to run my procore app and let users login with procore into my app. I get them to the authorization page where it says are you sure you want (my app name) to have access to your procore ...
AppleDev3's user avatar
0 votes
0 answers
15 views

Procore Client authentication failed due to unknown client, no client authentication included, or unsupported authentication method

I am trying to create a login page that has a link to the procore developer portal and they can log in using their procore account. However, when I click on the login with procore button on my login ...
AppleDev3's user avatar
0 votes
1 answer
20 views

Implementing RBAC Authentication with LDAP Backup in Java Application - Troubleshooting LDAP Availability Check and Pop-Up Message

I am trying to implement RBAC authentication in my application where it should interface with an LDAP server for authentication. I have separate code for logging in using a local database and logging ...
Kailash's user avatar
  • 89
0 votes
1 answer
64 views

Redirection after a succeful login in vaadin application

This is my : login.tsx import { ViewConfig } from '@vaadin/hilla-file-router/types.js'; import { useSignal } from '@vaadin/hilla-react-signals'; import { LoginI18n, LoginOverlay, LoginOverlayElement } ...
Ninoslol Ninoslol's user avatar
-1 votes
1 answer
43 views

"Full authentication is required to access this resource" even with passed a valid JWT token

so far I've mostly worked with C# and ASP.NET, but now have to write a Web API in Java Spring. I'm totally new in this environment and cannot deal with JWT token authentication, this looks like black ...
pawelfelcyn's user avatar
0 votes
0 answers
62 views

Why do I get 403 - fobidden / StackoverflowError when I implement AuthenticationManager in Java Spring Boot?

I want to implement a login function with spring's in-built authenticationManager-class. I have implemented the code as I (think I) should, but I keep on getting the following error message: Servlet....
Kimberly Morgan's user avatar
0 votes
1 answer
50 views

Keycloak not accepting a/any custom LoginFormsProviders

I am using Keycloak 25 and I am trying to modify/extend/replace the FreeMarkerLoginFormsProvider via the keycloak SPI. I have tried using a method provided on several different questions. Like this ...
Georgi D.'s user avatar
0 votes
0 answers
23 views

AuthenticationServiceException for JWT decoding after restarting Windows

I've been experiencing a very weird issue after restarting the Windows laptop I've been provided to work. Before restarting, I was able to locally deploy a SpringBoot + GraphQL microservice using ...
Marcelo Tataje's user avatar
0 votes
1 answer
97 views

Sharepoint Azure AD certificate authentication in Java

I need to access Sharepoint through a Java app using Azure AD certificate authentication (https://learn.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azuread). The equivalent ...
K. Oja's user avatar
  • 93
5 votes
4 answers
5k views

Cross origin redirect sign-in on Google Chrome M115+ is no longer supported, and will stop working on June 24, 2024

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 email ...
Satyajeet Bhosale's user avatar
0 votes
1 answer
83 views

How to get the popup menu to select user certificate in Tomcat 10 server?

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 ...
Izek H's user avatar
  • 61
0 votes
0 answers
42 views

Google Ads API: Credentials failed to obtain metadata

I'm encountering an issue with the Google Ads API where I'm receiving the following error message: Credentials failed to obtain metadata This error occurs when making requests to the Google Ads API ...
Arifeen mahmud's user avatar

15 30 50 per page
1
2 3 4 5
301