add debug log
This commit is contained in:
parent
bc2e44e33d
commit
d066276598
1 changed files with 3 additions and 0 deletions
|
@ -408,6 +408,9 @@ public class AzureAdAuthenticator implements SsoAuthenticator {
|
|||
for (final String name : names) {
|
||||
final String value = (String) memberOf.get(name);
|
||||
if (StringUtil.isNotBlank(value)) {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("{} is a member of {}", name, value);
|
||||
}
|
||||
if (memberType.contains("group")) {
|
||||
addGroupOrRoleName(groupList, value, useDomainServices);
|
||||
} else if (memberType.contains("role")) {
|
||||
|
|
Loading…
Add table
Reference in a new issue