Skip to content

Commit

Permalink
Merge branch 'feature/remove-crowd-soap' of https://github.com/opende…
Browse files Browse the repository at this point in the history
…vstack/ods-provisioning-app into feature/remove-crowd-soap
  • Loading branch information
hrcornejo committed Sep 29, 2023
2 parents c13a57f + bd329ed commit 45ec79c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ boolean storeTokenIfCrowdMethodUsed(
HttpServletRequest request, HttpServletResponse response, Authentication authResult) {
if (authResult instanceof CrowdSSOAuthenticationToken && authResult.getCredentials() != null) {
try {
// TODO check if this suffices
super.storeTokenIfCrowd(request, response, authResult);
return true;
} catch (Exception e) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public String getName() {
@Override
public Collection<GrantedAuthority> getAuthorities() {
if (authorities != null) {
// TODO check if we need to return a new list of auths
return authorities;
} else {
List<GrantedAuthority> auths = new ArrayList<>();
Expand Down

0 comments on commit 45ec79c

Please sign in to comment.