mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-16 05:20:42 +08:00
SAML FIX
This commit is contained in:
@@ -93,6 +93,9 @@ public class AppsSAML20Details extends Apps {
|
||||
*/
|
||||
@Column
|
||||
private int nameIdConvert;
|
||||
|
||||
@Column
|
||||
private String nameIdSuffix;
|
||||
|
||||
public static final class BindingType {
|
||||
public static final String Redirect_Post = "Redirect-Post";
|
||||
@@ -326,6 +329,14 @@ public class AppsSAML20Details extends Apps {
|
||||
public void setDigestMethod(String digestMethod) {
|
||||
this.digestMethod = digestMethod;
|
||||
}
|
||||
|
||||
public String getNameIdSuffix() {
|
||||
return nameIdSuffix;
|
||||
}
|
||||
|
||||
public void setNameIdSuffix(String nameIdSuffix) {
|
||||
this.nameIdSuffix = nameIdSuffix;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
||||
Reference in New Issue
Block a user