grails-spring-security-core icon indicating copy to clipboard operation
grails-spring-security-core copied to clipboard

Grails Spring Security Core Plugin

Results 135 grails-spring-security-core issues
Sort by recently updated
recently updated
newest added

4.0.x branch created for Grails 7 [grails-spring-security-oauth2](https://github.com/grails/grails-spring-security-oauth2) SNAPSHOT publishing is working https://github.com/grails/grails-spring-security-oauth2/actions/runs/11937527764/job/33273916359 https://repo.grails.org/ui/native/core/org/grails/plugins/spring-security-oauth2/4.0.0-SNAPSHOT/

spring-security-oauth2

Configuration should work similar to the way `dataSources` configuraiton work. That it is to say you could define common configuration for every ldap sever as you currently do for a...

spring-security-ldap

grails 3.3.10 application.yml grails: plugin: springsecurity: ldap: context: managerDn: 'uid=admin,ou=system' managerPassword: 'secret' server: 'ldap://myldap' authorities: groupSearchBase: 'ou=Groups,ou=TPS,dc=example,dc=com' search: base: 'ou=Users,ou=TPS,dc=example,dc=com' rest: token: storage: jwt: secret: 'myjwttokensecret' build.gradle compile 'org.grails.plugins:spring-security-core:3.2.3' compile...

spring-security-ldap

In `AclAutoProxyCreator#afterPropertiesSet` a list of beanNames is collected from the service class names. This list is later used to decide about creating a proxy for this bean in `getAdvicesAndAdvisorsForBean`. The...

spring-security-acl

Hello everyone, He implemented the ACL and reviewed the example of Issue # 32, and after trying and testing I can not know what is going on with my code....

spring-security-acl

I have an app with a bunch of existing domain objects/records I'm trying to add ACL to. I created a method that grants permissions. Within the method is a catch...

spring-security-acl

Method AclObjectIdentityGormService::findAllByParentObjectIdAndParentAclClassName() searches now AclObjectIdentity objects so, that ALL objects of AclObjectIdentity are retrieved, and then the result is searched in this list (see below): ``` @CompileDynamic @ReadOnly List findAllByParentObjectIdAndParentAclClassName(Long...

spring-security-acl

When i call ``` aclService.createAcl( objectIdentityRetrievalStrategy.getObjectIdentity(report) ) ``` with the report domain having a UUID primary key, i get the exception, `Argument [grails.plugin.springsecurity.acl.AclSid(sid:admin, principal:true, id:null, properties:[sid:admin, principal:true], dirty:false, dirtyPropertyNames:[], attached:false,...

spring-security-acl

Hello, I am wondering if there is a way change the default tolerance value. Thanks, Juan

spring-security-cas

This is a request not a bug. The docs and/or examples would benefit if they had a discussion of configuring a filter chain that ONLY accepts the CAS authentication method...

spring-security-cas