-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates to
SignOnPolicyAction
model (#12)
* Updates to `SignOnPolicyAction` model * Corrections to `SignOnPolicyActionCommonCondition` * correct changelog * Mfa device authentication policies (#13) * Updates to `SignOnPolicyAction` model * Corrections to `SignOnPolicyActionCommonCondition` * correct changelog * define `DeviceAuthenticationPolicy` models * Revert 3487036 * Revert bc8d876 * Agreements, Agreement Languages and Agreement Revisions (#14) Compile Agreements * Support for Identity Provider models (#15) support identity providers * Correction to SOP Conditions Model * go workspace files * fix for `PasswordPolicyMinCharacters` special character issue (#17) fix for special char issue * changelog * changelog * bump packages * changelog * Updates to applications model (#20) * make access control role type an enum (#21) * Add `PING_ONE_DAVINCI` product type (#22) * changelog * changelog * bump `./management` module * Updates to `SignOnPolicyAction` model * Corrections to `SignOnPolicyActionCommonCondition` * correct changelog * Correction to SOP Conditions Model * changelog * update modules * changelogs * generate validation * `noDevicesMode` fix * move `confirmIdentityProviderAttributes` bool
- Loading branch information
1 parent
2d8455a
commit 3b65546
Showing
123 changed files
with
15,723 additions
and
2,054 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e h1:T8NU3HyQ8ClP4SEE+KbFlg6n0NhuTsN4MyznaarGsZM= | ||
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6 h1:QE6XYQK6naiK1EPAe1g/ILLxN5RBoH5xkJk3CqlMI/Y= | ||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= | ||
golang.org/x/net v0.0.0-20220809184613-07c6da5e1ced/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= | ||
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.4.0 | ||
0.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.