yesssssss !!! I fix the problem.....
this is the solution.
you need order the properties in this order
1º group-authorities-by-username-query
2º users-by-username-query
3º...
Type: Posts; User: jpicadoba; Keyword(s):
yesssssss !!! I fix the problem.....
this is the solution.
you need order the properties in this order
1º group-authorities-by-username-query
2º users-by-username-query
3º...
This is my code, but the group-authorities-by-username-query don't work fine, if you use only users-by-username-query and authorities-by-username-query work's fine.
<jdbc-user-service...
This is my code, but the group-authorities-by-username-query don't work fine, if you use only users-by-username-query and authorities-by-username-query work's fine.
<jdbc-user-service...
My friend, i tried, but not working de groups -> authorities , this is my code,
<authentication-provider user-service-ref="userService" />
<jdbc-user-service id="userService"...
ok, thank you jsteph.
jsteph, one question
i readed the JIRA, but, what is the solution for this bug??, i don't undestand. I need user groups for my application, but the group->authorities is a requeriment for my...
I need use Group Authorities with your example, do you hace any example with Group Authorities?
thank you
do you have any configuration for UserDetaisService custom??
Good class !
but, i need this ...
First, you login in the form, before that the UserName is search in LDAP and when de user is Autentificated, Spring Security search the Roles in a Database.
...