Skip to content

Commit

Permalink
Add CustomizeMFAInPostLoginAction tenant flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Oct 20, 2023
1 parent 6aa68cc commit 99b3bbc
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions management/management.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions management/management.gen_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions management/tenant.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ type TenantFlags struct {
// If `true`, all Clients will be required to use Pushed Authorization Requests.
// This feature currently must be enabled for your tenant.
RequirePushedAuthorizationRequests *bool `json:"require_pushed_authorization_requests,omitempty"`

// If `true`, flexible factors will be enabled for MFA in the PostLogin action.
CustomizeMFAInPostLoginAction *bool `json:"customize_mfa_in_postlogin_action,omitempty"`
}

// TenantUniversalLogin holds universal login settings.
Expand Down

0 comments on commit 99b3bbc

Please sign in to comment.