|
@@ -145,7 +145,7 @@ public class AuthDingtalkRequest extends AuthDefaultRequest {
|
|
|
.queryParam("scope", "openid")
|
|
|
.queryParam("redirect_uri", config.getRedirectUri())
|
|
|
.queryParam("state", getRealState(state))
|
|
|
- .queryParam("prompt", "consent")
|
|
|
+ .queryParam("prompt", "login%20consent")
|
|
|
.build();
|
|
|
}
|
|
|
|