Skip to content

Commit 862151b

Browse files
authored
EPMRPP-114079 || add SAML authentication flow to AuthFlowEnum (#2641)
1 parent 4cf566e commit 862151b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/epam/reportportal/base/model/integration/AuthFlowEnum.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ public enum AuthFlowEnum {
2424
BASIC,
2525
TOKEN,
2626
FORM,
27-
LDAP
27+
LDAP,
28+
SAML
2829
}

0 commit comments

Comments
 (0)