Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDK-4644] Add CustomizeMFAInPostLoginAction tenant flag #294

Merged
merged 2 commits into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading