Skip to content

Commit

Permalink
Merge branch 'develop' into feature/orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Sep 23, 2024
2 parents 9dabc46 + b2bf8bd commit ebfad95
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 ebfad95

Please sign in to comment.