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
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
cd reactjs-todo && npm run e2e -- --shard=${{ matrix.shardIndex }}/4
cd ../reactjs-todo-davinci && npm run e2e -- --shard=${{ matrix.shardIndex }}/4
cd ../angular-todo && npm run e2e -- --shard=${{ matrix.shardIndex }}/4
cd ../angular-todo-davinci && npm run e2e -- --shard=${{ matrix.shardIndex }}/4
cd ../central-login-oidc-client && npm run e2e -- --shard=${{ matrix.shardIndex }}/4
env:
REST_OAUTH_SECRET: ${{ secrets.REST_OAUTH_SECRET }}
Expand All @@ -58,7 +57,5 @@ jobs:
./javascript/angular-todo/playwright-report
./javascript/reactjs-todo-davinci/test-results
./javascript/reactjs-todo-davinci/playwright-report
./javascript/angular-todo-davinci/test-results
./javascript/angular-todo-davinci/playwright-report
./javascript/central-login-oidc-client/test-results
./javascript/central-login-oidc-client/playwright-report
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Angular Todo Sample App with DaVinci

> **ARCHIVED**: This sample app is archived and no longer actively maintained. For DaVinci integration examples, please refer to the [reactjs-todo-davinci](../../reactjs-todo-davinci/) sample app.

## Disclaimers

This sample code is provided "as is" and is not a supported product of Ping Identity. It's purpose is solely to demonstrate how the Ping JavaScript SDK and Davinci client can be implemented within an Angular application. Also, this is not a demonstration of Angular itself or instructional for _how_ to build an Angular app. There are many aspects to routing, state management, tooling and other aspects to building an Angular app that are outside of the scope of this project. For information about creating an Angular app, [visit Angular's official documentation](https://v18.angular.dev/overview).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2 class="fs-4 fw-normal pt-3 pb-1">About this project</h2>
is implemented within a fully-functional application using a popular framework. The source
code for
<a
href="https://github.com/ForgeRock/sdk-sample-apps/tree/main/javascript/angular-todo-davinci"
href="https://github.com/ForgeRock/sdk-sample-apps/tree/main/javascript/Archived/angular-todo-davinci"
>
this project can be found on Github
</a>
Expand Down
11 changes: 11 additions & 0 deletions javascript/Archived/embedded-login-davinci/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Embedded Login DaVinci (Archived)

> **ARCHIVED**: This sample app is archived and no longer actively maintained. For DaVinci integration examples, please refer to the [reactjs-todo-davinci](../../reactjs-todo-davinci/) sample app.

This sample app demonstrates PingOne Sign on With Sessions OOTB in DaVinci environments and found in the marketplace. Demonstrates use cases such as user authentication, registration, and account recovery.

## Setup

1. Copy `.env.example` to `.env` and configure your DaVinci environment variables
2. Run `npm install` from the root `/javascript` directory
3. Run `npm run dev` from this directory or use the workspace command from `/javascript`
6 changes: 1 addition & 5 deletions javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ To try out the Ping JavaScript SDK please look at one of our samples:

### Integrate with flows - PingOne DaVinci:

- [**Embedded Login DaVinci - `embedded-login-davinci`**](./embedded-login-davinci/)

- This sample app uses the PingOne Sign on With Sessions OOTB in DaVinci environments and found in the marketplace. Demonstrates use cases such as user authentication, registration, and account recovery.

- [**React Todo DaVinci - `reactjs-todo-davinci`**](./embedded-login-davinci/)
- [**React Todo DaVinci - `reactjs-todo-davinci`**](./reactjs-todo-davinci/)

- Todo application that involves authentication and authorization of a user to post Todos with DaVinci in ReactJS.
Demonstrates handling DaVinci flows and collectors.
Expand Down
Loading