You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[ ] Bug fix (non-breaking change which fixes an issue)
12
-
-[ ] New feature (non-breaking change which adds functionality)
13
-
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14
-
-[ ] This change requires a documentation update
15
-
16
-
# How Has This Been Tested?
17
-
18
-
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
19
-
20
-
# Definition of Done
21
-
22
-
Check all that apply
23
-
24
-
-[ ] Acceptance criteria is met.
25
-
-[ ] All tasks listed in the user story have been completed.
The ForgeRock JavaScript SDK enables you to quickly integrate the [ForgeRock Identity Platform](https://www.forgerock.com/digital-identity-and-access-management-platform)into your client-side JavaScript apps.
18
+
The Ping SDK for JavaScript enables you to quickly integrate Ping products into your JavaScript apps.
19
19
20
-
Use the SDKs to leverage _[Intelligent Authentication](https://www.forgerock.com/platform/access-management/intelligent-authentication)_ in [ForgeRock's Access Management (AM)](https://www.forgerock.com/platform/access-management) product, to easily step through each stage of an authentication tree by using callbacks.
20
+
Use the SDKs to leverage _[Intelligent Access](https://www.pingidentity.com/en/platform/capabilities/intelligent-access.html)_ to easily step through each stage of an authentication tree by using callbacks.
<!-- REQUIREMENTS - Supported AM versions, API versions, any other requirements. -->
@@ -26,7 +26,8 @@ Use the SDKs to leverage _[Intelligent Authentication](https://www.forgerock.com
26
26
27
27
- ForgeRock Identity Platform
28
28
29
-
- Access Management (AM) 6.5.2+
29
+
- Ping Advanced Identity Cloud
30
+
- PingAM 6.5.2+
30
31
31
32
- Browsers:
32
33
@@ -39,8 +40,6 @@ Use the SDKs to leverage _[Intelligent Authentication](https://www.forgerock.com
39
40
- npm
40
41
- npm 7+ is required to use this project and the sample apps, since npm workspaces are used to install dependencies in sub-projects such as the sample apps
41
42
42
-
> **Tip**: Older browsers (like IE11) may require multiple [polyfills, which can be found in our documentation](https://sdks.forgerock.com/javascript/polyfills/).
ForgeRock provides these samples to help demonstrate SDK functionality/implementation. They are provided "as is" and are not official products of ForgeRock and are not officially supported.
54
+
ForgeRock provides these samples to help demonstrate SDK functionality/implementation. They are provided "as is" and are not official products of Ping Identity Corporation and are not officially supported.
56
55
57
-
To try out the ForgeRock JavaScript SDK please look at one of our samples:
56
+
To try out the Ping SDK for JavaScript please look at one of our samples:
If you encounter any issues, be sure to check our **[Troubleshooting](https://backstage.forgerock.com/knowledge/kb/article/a83789945)** pages.
82
+
If you encounter any issues, be sure to check our **[Troubleshooting](https://support.pingidentity.com/s/article/How-do-I-troubleshoot-the-ForgeRock-SDK-for-JavaScript)** pages.
84
83
85
84
Support tickets can be raised whenever you need our assistance; here are some examples of when it is appropriate to open a ticket (but not limited to):
86
85
87
86
- Suspected bugs or problems with ForgeRock software.
88
-
- Requests for assistance - please look at the **[Documentation](https://sdks.forgerock.com)** and **[Knowledge Base](https://backstage.forgerock.com/knowledge/kb/home/g32324668)** first.
87
+
- Requests for assistance - please look at the **[Documentation](https://docs.pingidentity.com/sdks)** and **[Knowledge Base](https://support.pingidentity.com/s/knowledge-base)** first.
89
88
90
-
You can raise a ticket using **[BackStage](https://backstage.forgerock.com/support/tickets)**, our customer support portal that provides one stop access to ForgeRock services.
89
+
You can raise a ticket using the **[Ping Identity Support Portal](https://support.pingidentity.com/s/)**that provides one stop access to support services.
91
90
92
-
BackStage shows all currently open support tickets and allows you to raise a new one by clicking **New Ticket**.
91
+
The support portal shows all currently open support tickets and allows you to raise a new one by clicking **New Ticket**.
93
92
94
93
## Version History
95
94
@@ -102,16 +101,15 @@ BackStage shows all currently open support tickets and allows you to raise a new
102
101
103
102
If you would like to contribute to this project you can fork the repository, clone it to your machine and get started.
104
103
105
-
<!-- Note: Found elsewhere, but is Java-only //-->
106
-
107
-
Be sure to check out our [Coding Style and Guidelines](https://wikis.forgerock.org/confluence/display/devcom/Coding+Style+and+Guidelines) page.
> **This code is provided by ForgeRock on an “as is” basis, without warranty of any kind, to the fullest extent permitted by law. ForgeRock does not represent or warrant or make any guarantee regarding the use of this code or the accuracy, timeliness or completeness of any data or information relating to this code, and ForgeRock hereby disclaims all warranties whether express, or implied or statutory, including without limitation the implied warranties of merchantability, fitness for a particular purpose, and any warranty of non-infringement. ForgeRock shall not have any liability arising out of or related to any use, implementation or configuration of this code, including but not limited to use for any commercial purpose. Any action or suit relating to the use of the code may be brought only in the courts of a jurisdiction wherein ForgeRock resides or in which ForgeRock conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions.**
109
+
> **This code is provided by Ping Identity Corporation ("Ping") on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law.
110
+
> Ping Identity Corporation does not represent or warrant or make any guarantee regarding the use of this code or the accuracy, timeliness or completeness of any data or information relating to this code, and Ping Identity Corporation hereby disclaims all warranties whether express, or implied or statutory, including without limitation the implied warranties of merchantability, fitness for a particular purpose, and any warranty of non-infringement.
111
+
> Ping Identity Corporation shall not have any liability arising out of or related to any use, implementation or configuration of this code, including but not limited to use for any commercial purpose.
112
+
> Any action or suit relating to the use of the code may be brought only in the courts of a jurisdiction wherein Ping Identity Corporation resides or in which Ping Identity Corporation conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions.**
We use standard conventional commits for committing to the repository. Your commits will run through a linting process to make sure they are standard.
6
+
7
+
Please use [Conventional Commit Conventions](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#summary) as a guide for how to commit to the repository.
8
+
9
+
## Commit Format
10
+
11
+
Commits should be formatted like so
12
+
13
+
```bash
14
+
<type>(<scope>): <short summary>
15
+
<BLANK LINE>
16
+
<body>
17
+
<BLANK LINE>
18
+
<footer>
19
+
```
20
+
21
+
## Scopes
22
+
23
+
If your commit is to a specific package, you can include a `scope` in your commit.
24
+
This is done as shown above, after the `type` of commit per the Conventional
0 commit comments