Skip to content

Commit

Permalink
fix(jans-config-api): config-api compilation failed in main #2030 (#2031
Browse files Browse the repository at this point in the history
)

docs: no docs
  • Loading branch information
yuriyz committed Aug 5, 2022
1 parent ee200a7 commit 1659da1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ private CustomScope setClients(Scope scope, List<Client> clients, List<UmaResour
customScope.getClients().add(client);
}
} else if (scope.getScopeType() == ScopeType.SPONTANEOUS) {
if (client.getClientId().equals(customScope.getAttributes().getSpontaneousClientId())) {
if (client.getClientId().equals(customScope.getCreatorId())) {
customScope.getClients().add(client);
}
}
Expand Down

0 comments on commit 1659da1

Please sign in to comment.