mirror of
https://gitee.com/fujieid/jap.git
synced 2024-11-30 10:37:35 +08:00
🍻 Add the uid
parameter to the OauthUtil#createAuthorizeUrl(String, IdsRequestParam)
This commit is contained in:
parent
0543b2e486
commit
011e0ed67d
@ -303,6 +303,10 @@ public class OauthUtil {
|
||||
model.put("state", param.getState());
|
||||
}
|
||||
|
||||
if (StringUtil.isNotEmpty(param.getUid())) {
|
||||
model.put("uid", param.getUid());
|
||||
}
|
||||
|
||||
if (StringUtil.isNotEmpty(param.getNonce())) {
|
||||
model.put("nonce", param.getNonce());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user