Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
# information: "Portions copyright [year] [name of copyright owner]".
#
# Copyright 2016 ForgeRock AS.
# Portions copyright 2025 3A Systems LLC.

authentication=Authentication Modules
iPlanetAMAuthAuthenticatorPushServiceDescription=ForgeRock Authenticator (Push)
iPlanetAMAuthAuthenticatorPushServiceDescription=Authenticator (Push)
a600=Authentication Level
a600.help=The authentication level associated with this module.
a600.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
# information: "Portions copyright [year] [name of copyright owner]".
#
# Copyright 2016 ForgeRock AS.
# Portions copyright 2025 3A Systems LLC.

authentication=Authentication Modules
iPlanetAMAuthAuthenticatorPushRegistrationServiceDescription=ForgeRock Authenticator (Push) Registration
iPlanetAMAuthAuthenticatorPushRegistrationServiceDescription=Authenticator (Push) Registration
a650=Authentication Level
a650.help=The authentication level associated with this module.
a650.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
# "Portions copyright [year] [name of copyright owner]"
#
# Portions Copyrighted 2016 Nomura Research Institute, Ltd.
# Portions copyright 2025 3A Systems LLC.

forgerock-auth-authenticator-push-service-description=ForgeRock Authenticator (Push) Service
forgerock-auth-authenticator-push-service-description=Authenticator (Push) Service
a100=Profile Storage Attribute
a100.help=The user's attribute in which to store Push Notification profiles.
a100.help.txt=A specific field has been generated by OpenAM to handle these profiles, and in most cases the default \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
information: "Portions copyright [year] [name of copyright owner]".

Copyright 2016 ForgeRock AS.
Portions copyright 2025 3A Systems LLC.
-->

<!DOCTYPE ModuleProperties PUBLIC "=//iPlanet//Authentication Module Properties XML Interface 1.0 DTD//EN"
"jar://com/sun/identity/authentication/Auth_Module_Properties.dtd">

<ModuleProperties moduleName="AuthenticatorPush" version="1.0" >
<!-- LOGIN_START -->
<Callbacks length="0" order="1" timeout="120" header="ForgeRock Authenticator (Push)">
<Callbacks length="0" order="1" timeout="120" header="Authenticator (Push)">
</Callbacks>
<!-- USERNAME_STATE -->
<Callbacks length="1" order="2" timeout="120" header="ForgeRock Authenticator (Push)">
<Callbacks length="1" order="2" timeout="120" header="Authenticator (Push)">
<NameCallback>
<Prompt>User Name:</Prompt>
</NameCallback>
Expand All @@ -41,7 +42,7 @@
</ConfirmationCallback>
</Callbacks>
<!-- For recovery code use -->
<Callbacks length="2" order="4" timeout="120" header="Use ForgeRock Authenticator (Push) Recovery Code">
<Callbacks length="2" order="4" timeout="120" header="Use Authenticator (Push) Recovery Code">
<NameCallback>
<Prompt>Recovery Code</Prompt>
</NameCallback>
Expand All @@ -54,7 +55,7 @@
</ConfirmationCallback>
</Callbacks>
<!-- For recovery code use -->
<Callbacks length="2" order="5" timeout="120" header="ForgeRock Authenticator (Push) Recovery Code Used">
<Callbacks length="2" order="5" timeout="120" header="Authenticator (Push) Recovery Code Used">
<TextOutputCallback>
You have used one of your Recovery Codes. Please make sure you have a note of any remaining Recovery Codes.
</TextOutputCallback>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
information: "Portions copyright [year] [name of copyright owner]".

Copyright 2016 ForgeRock AS.
Portions copyright 2025 3A Systems LLC.
-->

<!DOCTYPE ModuleProperties PUBLIC "=//iPlanet//Authentication Module Properties XML Interface 1.0 DTD//EN"
"jar://com/sun/identity/authentication/Auth_Module_Properties.dtd">

<ModuleProperties moduleName="AuthenticatorPushRegistration" version="1.0" >
<!-- LOGIN_START -->
<Callbacks length="0" order="1" timeout="120" header="ForgeRock Authenticator (Push) Registration">
<Callbacks length="0" order="1" timeout="120" header="Authenticator (Push) Registration">
</Callbacks>
<!-- OPTIONS_PAGE -->
<Callbacks length="1" order="2" timeout="120" header="ForgeRock Authenticator (Push) Registration">
<Callbacks length="1" order="2" timeout="120" header="Authenticator (Push) Registration">
<ConfirmationCallback>
<OptionValues>
<OptionValue>
Expand All @@ -38,7 +39,7 @@
</Callbacks>
<!-- GET_THE_APP_INFO_PAGE -->
<!-- For links to app store -->
<Callbacks length="3" order="3" timeout="120" header="ForgeRock Authenticator (Push) Registration">
<Callbacks length="3" order="3" timeout="120" header="Authenticator (Push) Registration">
<TextOutputCallback>#REPLACE#</TextOutputCallback>
<TextOutputCallback>#REPLACE#</TextOutputCallback>
<ConfirmationCallback>
Expand Down