|
@@ -243,6 +243,7 @@ public class SsoServiceImpl implements SsoService {
|
|
|
map.computeIfAbsent("role", v -> role);
|
|
|
map.computeIfAbsent("returnUrl", v -> returnUrl);
|
|
|
map.put("redirectUrl", stringJoiner.toString());
|
|
|
+ log.warn("URL\n" + JSON.toJSONString(map));
|
|
|
return map;
|
|
|
}
|
|
|
}
|