Skip to content

Commit 2d2cc2a

Browse files
authored
Use generic authenticator app for push (#830)
1 parent 445ae1e commit 2d2cc2a

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
# information: "Portions copyright [year] [name of copyright owner]".
1212
#
1313
# Copyright 2016 ForgeRock AS.
14+
# Portions copyright 2025 3A Systems LLC.
1415

1516
authentication=Authentication Modules
16-
iPlanetAMAuthAuthenticatorPushServiceDescription=ForgeRock Authenticator (Push)
17+
iPlanetAMAuthAuthenticatorPushServiceDescription=Authenticator (Push)
1718
a600=Authentication Level
1819
a600.help=The authentication level associated with this module.
1920
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
# information: "Portions copyright [year] [name of copyright owner]".
1212
#
1313
# Copyright 2016 ForgeRock AS.
14+
# Portions copyright 2025 3A Systems LLC.
1415

1516
authentication=Authentication Modules
16-
iPlanetAMAuthAuthenticatorPushRegistrationServiceDescription=ForgeRock Authenticator (Push) Registration
17+
iPlanetAMAuthAuthenticatorPushRegistrationServiceDescription=Authenticator (Push) Registration
1718
a650=Authentication Level
1819
a650.help=The authentication level associated with this module.
1920
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
# "Portions copyright [year] [name of copyright owner]"
2323
#
2424
# Portions Copyrighted 2016 Nomura Research Institute, Ltd.
25+
# Portions copyright 2025 3A Systems LLC.
2526

26-
forgerock-auth-authenticator-push-service-description=ForgeRock Authenticator (Push) Service
27+
forgerock-auth-authenticator-push-service-description=Authenticator (Push) Service
2728
a100=Profile Storage Attribute
2829
a100.help=The user's attribute in which to store Push Notification profiles.
2930
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: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,18 @@
1414
information: "Portions copyright [year] [name of copyright owner]".
1515
1616
Copyright 2016 ForgeRock AS.
17+
Portions copyright 2025 3A Systems LLC.
1718
-->
1819

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

2223
<ModuleProperties moduleName="AuthenticatorPush" version="1.0" >
2324
<!-- LOGIN_START -->
24-
<Callbacks length="0" order="1" timeout="120" header="ForgeRock Authenticator (Push)">
25+
<Callbacks length="0" order="1" timeout="120" header="Authenticator (Push)">
2526
</Callbacks>
2627
<!-- USERNAME_STATE -->
27-
<Callbacks length="1" order="2" timeout="120" header="ForgeRock Authenticator (Push)">
28+
<Callbacks length="1" order="2" timeout="120" header="Authenticator (Push)">
2829
<NameCallback>
2930
<Prompt>User Name:</Prompt>
3031
</NameCallback>
@@ -41,7 +42,7 @@
4142
</ConfirmationCallback>
4243
</Callbacks>
4344
<!-- For recovery code use -->
44-
<Callbacks length="2" order="4" timeout="120" header="Use ForgeRock Authenticator (Push) Recovery Code">
45+
<Callbacks length="2" order="4" timeout="120" header="Use Authenticator (Push) Recovery Code">
4546
<NameCallback>
4647
<Prompt>Recovery Code</Prompt>
4748
</NameCallback>
@@ -54,7 +55,7 @@
5455
</ConfirmationCallback>
5556
</Callbacks>
5657
<!-- For recovery code use -->
57-
<Callbacks length="2" order="5" timeout="120" header="ForgeRock Authenticator (Push) Recovery Code Used">
58+
<Callbacks length="2" order="5" timeout="120" header="Authenticator (Push) Recovery Code Used">
5859
<TextOutputCallback>
5960
You have used one of your Recovery Codes. Please make sure you have a note of any remaining Recovery Codes.
6061
</TextOutputCallback>

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,18 @@
1414
information: "Portions copyright [year] [name of copyright owner]".
1515
1616
Copyright 2016 ForgeRock AS.
17+
Portions copyright 2025 3A Systems LLC.
1718
-->
1819

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

2223
<ModuleProperties moduleName="AuthenticatorPushRegistration" version="1.0" >
2324
<!-- LOGIN_START -->
24-
<Callbacks length="0" order="1" timeout="120" header="ForgeRock Authenticator (Push) Registration">
25+
<Callbacks length="0" order="1" timeout="120" header="Authenticator (Push) Registration">
2526
</Callbacks>
2627
<!-- OPTIONS_PAGE -->
27-
<Callbacks length="1" order="2" timeout="120" header="ForgeRock Authenticator (Push) Registration">
28+
<Callbacks length="1" order="2" timeout="120" header="Authenticator (Push) Registration">
2829
<ConfirmationCallback>
2930
<OptionValues>
3031
<OptionValue>
@@ -38,7 +39,7 @@
3839
</Callbacks>
3940
<!-- GET_THE_APP_INFO_PAGE -->
4041
<!-- For links to app store -->
41-
<Callbacks length="3" order="3" timeout="120" header="ForgeRock Authenticator (Push) Registration">
42+
<Callbacks length="3" order="3" timeout="120" header="Authenticator (Push) Registration">
4243
<TextOutputCallback>#REPLACE#</TextOutputCallback>
4344
<TextOutputCallback>#REPLACE#</TextOutputCallback>
4445
<ConfirmationCallback>

0 commit comments

Comments
 (0)