Skip to content

Commit

Permalink
Merge branch 'main' into jordan/SDK-2389-simplify-oauth-and-sso
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaven-stytch committed Feb 4, 2025
2 parents 4303f72 + 58d5e02 commit e744631
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ public enum class SsoJitProvisioning {

@JsonClass(generateAdapter = false)
public enum class EmailJitProvisioning {
ALL_ALLOWED,
RESTRICTED,
NOT_ALLOWED,
}

@JsonClass(generateAdapter = false)
public enum class OAuthTenantJitProvisioning {
ALL_ALLOWED,
RESTRICTED,
NOT_ALLOWED,
}
Expand Down

0 comments on commit e744631

Please sign in to comment.