Skip to content

Commit

Permalink
update for identity recovery doc with use case description
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Aug 30, 2023
1 parent ed7bd28 commit 20f7ab7
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions docs/security/credentials/identity-recovery/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,29 @@ correlator which is expected to be used by the Correlation module, has to define
</objectTemplate>
----

== Identity recovery flow example
- User opens Login page. _Recover your identity_ link is present. Note that link text is configurable, therefore
it can be different.

.Login page with _Recover your identity_ link.
image::login-panel.png[Login page with _Recover your identity_ link,width=400]

- After the link is clicked, Archetype selection step is opened. The user makes a choice on the Archetype selection panel and clicks Send button.

.Archetype selection step.
image::archetype-selection-module.png[Archetype selection step,width=400]

- The user is redirected to the Correlation module. All fields are to be filled in. If not all data are provided or some data are incorrect, the user is redirected to the second correlator processing step.

.Correlation step, first correlator.
image::correlation-module-1.png[Correlation step first correlator,width=400]

- If the first correlator processing doesn't result with a single suitable user account, next correlator panel is displayed.

.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.

.Successful result panel.
image::successful-result-panel.png[Successful result panel,width=400]
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20f7ab7

Please sign in to comment.