Skip to content

Commit

Permalink
EPMRPP-92655 || Add scim type
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik committed Sep 17, 2024
1 parent ee8ed26 commit 0d8ef1c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ public enum UserType {
UPSA,
GITHUB,
LDAP,
SAML;
SAML,

SCIM;
//@formatter:on

public static UserType getByName(String type) {
Expand Down

0 comments on commit 0d8ef1c

Please sign in to comment.