Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 3

...

In this configuration example we verify the identity of an existing user and add a role indicating that the the user identity has been verified. The user might originally have used self-service registration without verification, or the user account might have been migrated from an old user directory.

...

Code Block
titleprotection.properties
protection.2.methods = password.2
protection.2.sso.template = default
protection.2.continue = https://login.example.com/eidm2/wf/register/verifieduser
protection.2.customeriduseronly = true


protection.3.methods = telia.ftn.1
protection.3.sso.template = default
protection.3.continue = 
protection.3.customeriduseronly = false

Restart Wildfly and test the workflow on address like https://login.example.com/eidm2/wf/protection/2

...