Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-security

Spring security securing the service layer, the web-service layer or both?

How to programatically return a json response after executing a custom filter UsernamePasswordAuthenticationFilter?

Configure Spring Security to return 403 for REST URLs and redirect to login for other URLs

spring-security

Why doesn't my custom login page show with Spring Security 4?

java spring-security

Multi-user restful api using spring boot, jpa and security

Securing a Spring Data RepositoryRestResource (CrudRepository) over HTTP, but not internally

Spring boot security consider case insensitive username check for login

Spring Keycloak adapter Permissions Policy Enforcer. How to set it up

Use Spring Properties in Java with CrossOrigin Annotation or in Spring-Config XML

Spring Security with Spring Boot: Mix Basic Authentication with JWT token authentication [duplicate]

Encoded Precent(%25) with Spring RequestMapping path param gives HTTP 400

Implementing Hierarchical Roles in Spring Security

spring spring-security acl

SpelEvaluationException: EL1007E:(pos 43): Field or property 'group' cannot be found on null

Spring Security Java Config - custom AuthenticationProvider and UserDetailsService

Different csrf token per request in Spring security

Missing client_id when accessing token with linkedIn

How to extract authentication token in @Controller

SpringBoot - Error parsing HTTP request header (Oauth2 https endpoints)

Spring-Boot @PreAuthorize allow operation only for admin or if the authenticated user id is same as path parameter id

Could someone explain Spring Security BasePermission.Create?