Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
35 views

I am a Spring Security novice. If the question description is unprofessional and inaccurate, please help me improve it. I want to intervene in the method security evaluation process of Spring Security ...
0 votes
1 answer
750 views

I am currently in the process of migrating the application from Java 8 to Java 21 and Spring Boot 2.2 to Spring Boot 3.2. I am currently facing trouble with security. My application has both an ...
0 votes
1 answer
104 views

I'm trying to setup spring security with authorization through db and save user in security with authenticationManager. In authorization service I'm setup GrantedAuthority and save Security User in ...
1 vote
2 answers
239 views

I am trying to create a custom authentication process that will authenticate a user based on information found in the request and create a session for them so that subsequent requests won't require ...
1 vote
2 answers
963 views

We have recently migrated our application to SpringBoot 3.3.x with java 21. As part of this migration, we are facing some issue in making our security policies works as I am giving outline of what we ...
0 votes
2 answers
339 views

I have created a Spring Security 6 project with opaque token configuration implemented in resource server. I already have an authorization server deployed both to test/prod environments. My ...
0 votes
2 answers
772 views

I am trying to understand Spring Boot security properly. This is the last sticking point I have and the documentation lacks a lot of detail. All the other examples and questions are too old and not ...
3 votes
1 answer
546 views

Im revising and learning Spring Boot. With the 3.3 latest version, there are issues saving the security context in the session. What I am trying to do is have a regular Server side stateful session ...
0 votes
1 answer
478 views

I recently migrated to Spring Boot 3, Java 17 & Spring Security 6. I have a working authorization server already deployed for testing and prod environments, so there is no need to implement it ...
1 vote
0 answers
68 views

We are migrating our application from SpringBoot2.x to SpringBoot 3.x, as a result we need to migrate SpringSecurity from 5 to SpringSecurity 6. While migrating I am facing the below error : In the ...
0 votes
0 answers
154 views

I am getting a blank page after hitting my custom login page URL i.e. mapped to /login. I am getting a 200 response code but showing an empty page in the browser although I my login page contains the ...
0 votes
1 answer
1k views

I have an Spring MVC jsf application. Each page/endpoint requests are secured with customAuthorizationManager. I'm trying to redirect any unauthenticated/unauthorized request to our OAuth2 server's ...
1 vote
0 answers
624 views

I'm implementing spring boot security in our Java 17 project which uses Swagger 3. The login procedure appears when navigating to the swagger-UI before we can call one the endpoints. Which is normal. ...
4 votes
2 answers
2k views

I'm trying to create an oAuth-service using spring security in spring boot 3.2 during the integration of spring security. However, while developing, I discovered several classes that are "...
1 vote
1 answer
391 views

I get error: This is because there is more than one mappable servlet in your servlet context: {org.h2.server.web.JakartaWebServlet=[/h2-console/*] Tried everything and it doesn't work, currently have ...

15 30 50 per page
1
2 3

AltStyle によって変換されたページ (->オリジナル) /