提交 1d8b2a7e 编写于 作者: 智布道's avatar 智布道 👁

🥚 jap-ids

上级 84ca9599
......@@ -83,7 +83,7 @@ public class IdsConfig {
/**
* After logout, redirect to {@code logoutRedirectUrl}. Default is `/`
*/
private String logoutRedirectUrl = "/";
private String logoutRedirectUrl;
/**
* public key url, the default is {@code issuer + /.well-known/jwks.json}
*/
......@@ -223,7 +223,7 @@ public class IdsConfig {
}
public String getLogoutRedirectUrl() {
return null == logoutRedirectUrl ? ObjectUtils.appendIfNotEndWith(issuer, IdsConsts.SLASH) + "/" : logoutRedirectUrl;
return null == logoutRedirectUrl ? ObjectUtils.appendIfNotEndWith(issuer, IdsConsts.SLASH) : logoutRedirectUrl;
}
public IdsConfig setLogoutRedirectUrl(String logoutRedirectUrl) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册