Email Input Additional Registration Field Definitions Examples

11-18 Oracle Fusion Middleware Developers Guide for Oracle Adaptive Access Manager

11.10.3.1 Register Email Challenge Processor

The properties to register the email challenge processor and mark service as available or unavailable are listed below.

11.10.3.2 Register IM Challenge Processor

The properties to register the IM challenge processor and mark service as available or unavailable are listed below. Table 11–25 Challenge type enums Property Description available if the challenge type is available for use service ready and configured. To enabledisable an OTP challenge type, the available flag should be set. processor java class for handling challenges of this type. requiredInfo comma separated list of inputs from the registration input enum Table 11–26 Properties to register the email challenge processor Property Default Value Description bharosa.uio.default.challenge.type.enum.ChallengeEmail 1 Email Challenge enum value bharosa.uio.default.challenge.type.enum.ChallengeEmail.name Email Challenge Name of email challenge type bharosa.uio.default.challenge.type.enum.ChallengeEmail.description Email Challenge Description of email challenge type bharosa.uio.default.challenge.type.enum.ChallengeEmail.processor com.bharosa.uio.proces sor.challenge.Challeng eEmailProcessor Processor class for email challenge type bharosa.uio.default.challenge.type.enum.ChallengeEmail.requiredInfo email Required fields to challenge user with email challenge type bharosa.uio.default.challenge.type.enum.ChallengeEmail.available false Availability flag for email challenge type bharosa.uio.default.challenge.type.enum.ChallengeEmail.otp true OTP flag for email challenge type Table 11–27 Properties to register the IM challenge processor Property Default Value Description bharosa.uio.default.challenge.type.enum.ChallengeIM 3 Instant message Challenge enum value bharosa.uio.default.challenge.type.enum.ChallengeIM.name IM Challenge Name of instant message challenge type bharosa.uio.default.challenge.type.enum.ChallengeIM.description Instant Message Challenge Description of instant message challenge type bharosa.uio.default.challenge.type.enum.ChallengeIM.processor com.bharosa.uio.proces sor.challenge.Challeng eIMProcessor Processor class for instant message challenge type bharosa.uio.default.challenge.type.enum.ChallengeIM.requiredInfo mobile Required fields to challenge user with instant message challenge type bharosa.uio.default.challenge.type.enum.ChallengeIM.available false Availability flag for instant message challenge type bharosa.uio.default.challenge.type.enum.ChallengeIM.otp true OTP flag for instant message challenge type