Skip to content

Commit f8cc47b

Browse files
committed
Use generic authenticator app for push
1 parent 445ae1e commit f8cc47b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

openam-authentication/openam-auth-push/src/main/resources/amAuthAuthenticatorPush.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Copyright 2016 ForgeRock AS.
1414

1515
authentication=Authentication Modules
16-
iPlanetAMAuthAuthenticatorPushServiceDescription=ForgeRock Authenticator (Push)
16+
iPlanetAMAuthAuthenticatorPushServiceDescription=Authenticator (Push)
1717
a600=Authentication Level
1818
a600.help=The authentication level associated with this module.
1919
a600.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \

openam-authentication/openam-auth-push/src/main/resources/amAuthAuthenticatorPushRegistration.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Copyright 2016 ForgeRock AS.
1414

1515
authentication=Authentication Modules
16-
iPlanetAMAuthAuthenticatorPushRegistrationServiceDescription=ForgeRock Authenticator (Push) Registration
16+
iPlanetAMAuthAuthenticatorPushRegistrationServiceDescription=Authenticator (Push) Registration
1717
a650=Authentication Level
1818
a650.help=The authentication level associated with this module.
1919
a650.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \

openam-rest/src/main/resources/AuthenticatorPushService.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
# Portions Copyrighted 2016 Nomura Research Institute, Ltd.
2525

26-
forgerock-auth-authenticator-push-service-description=ForgeRock Authenticator (Push) Service
26+
forgerock-auth-authenticator-push-service-description=Authenticator (Push) Service
2727
a100=Profile Storage Attribute
2828
a100.help=The user's attribute in which to store Push Notification profiles.
2929
a100.help.txt=A specific field has been generated by OpenAM to handle these profiles, and in most cases the default \

openam-server-only/src/main/webapp/config/auth/default/AuthenticatorPush.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121

2222
<ModuleProperties moduleName="AuthenticatorPush" version="1.0" >
2323
<!-- LOGIN_START -->
24-
<Callbacks length="0" order="1" timeout="120" header="ForgeRock Authenticator (Push)">
24+
<Callbacks length="0" order="1" timeout="120" header="Authenticator (Push)">
2525
</Callbacks>
2626
<!-- USERNAME_STATE -->
27-
<Callbacks length="1" order="2" timeout="120" header="ForgeRock Authenticator (Push)">
27+
<Callbacks length="1" order="2" timeout="120" header="Authenticator (Push)">
2828
<NameCallback>
2929
<Prompt>User Name:</Prompt>
3030
</NameCallback>
@@ -41,7 +41,7 @@
4141
</ConfirmationCallback>
4242
</Callbacks>
4343
<!-- For recovery code use -->
44-
<Callbacks length="2" order="4" timeout="120" header="Use ForgeRock Authenticator (Push) Recovery Code">
44+
<Callbacks length="2" order="4" timeout="120" header="Use Authenticator (Push) Recovery Code">
4545
<NameCallback>
4646
<Prompt>Recovery Code</Prompt>
4747
</NameCallback>
@@ -54,7 +54,7 @@
5454
</ConfirmationCallback>
5555
</Callbacks>
5656
<!-- For recovery code use -->
57-
<Callbacks length="2" order="5" timeout="120" header="ForgeRock Authenticator (Push) Recovery Code Used">
57+
<Callbacks length="2" order="5" timeout="120" header="Authenticator (Push) Recovery Code Used">
5858
<TextOutputCallback>
5959
You have used one of your Recovery Codes. Please make sure you have a note of any remaining Recovery Codes.
6060
</TextOutputCallback>

openam-server-only/src/main/webapp/config/auth/default/AuthenticatorPushRegistration.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121

2222
<ModuleProperties moduleName="AuthenticatorPushRegistration" version="1.0" >
2323
<!-- LOGIN_START -->
24-
<Callbacks length="0" order="1" timeout="120" header="ForgeRock Authenticator (Push) Registration">
24+
<Callbacks length="0" order="1" timeout="120" header="Authenticator (Push) Registration">
2525
</Callbacks>
2626
<!-- OPTIONS_PAGE -->
27-
<Callbacks length="1" order="2" timeout="120" header="ForgeRock Authenticator (Push) Registration">
27+
<Callbacks length="1" order="2" timeout="120" header="Authenticator (Push) Registration">
2828
<ConfirmationCallback>
2929
<OptionValues>
3030
<OptionValue>
@@ -38,7 +38,7 @@
3838
</Callbacks>
3939
<!-- GET_THE_APP_INFO_PAGE -->
4040
<!-- For links to app store -->
41-
<Callbacks length="3" order="3" timeout="120" header="ForgeRock Authenticator (Push) Registration">
41+
<Callbacks length="3" order="3" timeout="120" header="Authenticator (Push) Registration">
4242
<TextOutputCallback>#REPLACE#</TextOutputCallback>
4343
<TextOutputCallback>#REPLACE#</TextOutputCallback>
4444
<ConfirmationCallback>

0 commit comments

Comments
 (0)