Skip to content

Commit

Permalink
Use generic authenticator app for push
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas committed Feb 3, 2025
1 parent 445ae1e commit f8cc47b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Copyright 2016 ForgeRock AS.

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 @@ -13,7 +13,7 @@
# Copyright 2016 ForgeRock AS.

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 @@ -23,7 +23,7 @@
#
# Portions Copyrighted 2016 Nomura Research Institute, Ltd.

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 @@ -21,10 +21,10 @@

<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 +41,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 +54,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 @@ -21,10 +21,10 @@

<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 +38,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

0 comments on commit f8cc47b

Please sign in to comment.