Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to create a Authority, with access to multiple resources. #1

Open
bpcrao opened this issue Oct 8, 2016 · 0 comments
Open

Comments

@bpcrao
Copy link

bpcrao commented Oct 8, 2016

The problem is when we create a role
we send multiple authorities without IDs which the server is thinking to be same since their IDs are null and same, Can we change the Equals method of ResourceDTO

  •    if ( ! Objects.equals(name, resourceDTO.name) || ! Objects.equals(authority_name, resourceDTO.authority_name))
    
     return true;
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant