Skip to content

Commit

Permalink
EPMRPP-92655 || Add scim type (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbortnik authored Sep 18, 2024
1 parent ee8ed26 commit b2bf8bd
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 b2bf8bd

Please sign in to comment.