Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tchrapovic committed Sep 4, 2023
2 parents ff9f0d8 + b33a14b commit ae3a049
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/security/credentials/identity-recovery/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ image::correlation-module-1.png[Correlation step first correlator,width=400]
.Correlation step, second correlator.
image::correlation-module-2.png[Correlation step second correlator,width=400]

- After correct data are sent, successful result panel is shown.
- After correct data are sent, found identities panel is shown.

.Successful result panel.
image::successful-result-panel.png[Successful result panel,width=400]
.Found identities panel.
image::found-identities.png[Found identities panel,width=400]
Binary file not shown.
7 changes: 7 additions & 0 deletions release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ More details are provided along with individual changes below.
* References to removed `category` property of tasks were deleted: from task archetypes and from GUI configurations.
See https://github.com/Evolveum/midpoint/commit/1fe4b600[1fe4b600].

* `610-service-identity-recovery.xml`: Identity recovery service is added. This service plays a role of the midpoint principal during Identity recovery flow.

// * `000-system-configuration.xml`:
// ** Minor changes in home page widgets in `adminGuiConfiguration/homePage/widget` container values related to the fix for bug:MID-8294[].
// +
Expand Down Expand Up @@ -467,6 +469,11 @@ On-line version can be found in https://github.com/Evolveum/midpoint/tree/v{rele
// * Necessity of the authentication modules was extended with more values, therefore `required`, `requisite` and `optional` values can be used for AuthenticationSequenceModuleNecessityType type.
// * AuthenticationSequenceModuleType type was extended with `acceptEmpty` element, so that module can be skipped in case of empty credentials with acceptEmpty=true.

* New _identityRecovery_ element appears in security policy object, intended for identity recovery flow configuration. Please, see _IdentityRecoveryPolicyType_ for more details.
* New _archetypeSelection_ authentication module type appears in the _authentication_ part of the security policy object. Please, see _ArchetypeSelectionModuleType_ for more details.
* New _correlation_ authentication module type appears in the _authentication_ part of the security policy object. Please, see _CorrelationAuthenticationModuleType_ for more details.
* _CredentialsResetPolicyType_ and _AbstractRegistrationPolicyType_ extend now _UserInterfaceFeatureType_ so that _display_ attribute can be used within self registration and password reset flows.

_Actions required:_

* Inspect your configuration for deprecated items, and replace them by their suggested equivalents.
Expand Down

0 comments on commit ae3a049

Please sign in to comment.