Skip to content

Commit cb418a6

Browse files
committed
Change logo - modify READMEs
Initial PR to update the Logos in the README files to not point to one displaying ForgeRock. Updated READMEs to be more consistent, added a section for OIDC Login, and added a blurb at the top of each read me about embedded versus OIDC as this is a question from the field. Update README based on feedback Also added OIDC for Android and iOS, as well as DaVinci in the READMEs. Update README based on feedback Also added OIDC for Android and iOS, as well as DaVinci in the READMEs. Update README.md
1 parent 1e756d9 commit cb418a6

File tree

21 files changed

+164
-44
lines changed

21 files changed

+164
-44
lines changed

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/sdk-sample-apps.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/ForgeRock/sdk-sample-apps">
3-
<img src="https://cdn.forgerock.com/logo/interim/Logo-PingIdentity-ForgeRock-Hor-FullColor.svg" alt="Logo">
3+
<img src="https://www.pingidentity.com/content/dam/picr/nav/Ping-Logo-2.svg" alt="Ping Identity Logo">
44
</a>
55
<hr/>
66
</p>
@@ -9,25 +9,26 @@
99

1010
Ping provides these samples to help demonstrate SDK functionality/implementation. They are provided "as is" and are not official products of Ping and are not officially supported.
1111

12-
### Integrate with PingOne Advanced Identity Cloud / PingAM:
12+
Our samples showcase functionality of our SDKs to get you up and running,
13+
whether you are using PingOne Advanced Identity Cloud, PingAM,
14+
OIDC (Redirect) Login, or PingOne DaVinci, we've got you covered.
15+
16+
Explore the many use cases
17+
the Ping SDKs have to offer by referring to each respective SDK:
1318

14-
We provide samples of integrating with PingOne Advanced Identity Cloud and PingAM for the following platforms:
1519
- [JavaScript](./javascript/)
1620

1721
- [iOS](./iOS/)
1822

1923
- [Android](./android/)
2024

21-
### Integrate with PingOne DaVinci:
22-
23-
- Samples coming soon
24-
2525
## Documentation
2626

27-
Detailed [documentation](https://docs.pingidentity.com/sdks/latest/sdks/index.html) is provided, and includes topics such as:
27+
Detailed [documentation](https://docs.pingidentity.com/sdks) is provided, and includes topics such as:
2828

29-
- Introducing the SDK Features
30-
- Preparing your server for use with the SDKs
29+
- Tutorial walkthroughs for each server
30+
- Integrating functionality such as PingOne Protect, WebAuthn, and more
31+
- Code snippets
3132
- API Reference documentation
3233

3334
## Requirements

android/README.md

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
<p align="center">
22
<a href="https://github.com/ForgeRock/sdk-sample-apps">
3-
<img src="https://cdn.forgerock.com/logo/interim/Logo-PingIdentity-ForgeRock-Hor-FullColor.svg" alt="Logo">
3+
<img src="https://www.pingidentity.com/content/dam/picr/nav/Ping-Logo-2.svg" alt="Ping Identity Logo">
44
</a>
55
<hr/>
66
</p>
77

88
## Samples
99

10-
Ping provides these Android samples to help demonstrate SDK functionality/implementation. They are provided "as is" and are not official products of Ping and are not officially supported.
10+
_Ping provides these Android samples to help demonstrate SDK functionality/implementation. They are provided "as is" and are not official products of Ping and are not officially supported._
1111

12-
### Integrate with PingOne Advanced Identity Cloud / PingAM:
12+
The Ping SDK for Android enables you to integrate your Android application with Ping services.
13+
14+
There are two UI deployment options:
15+
- Embedded:
16+
- With this option, each app has to have its own login User Interface (UI).
17+
- Users authenticate natively to your application.
18+
- OIDC (Redirect) Login:
19+
- Often referred to as centralized login, with this option you reuse a central UI (such as hosted pages for PingOne Advanced Identity Cloud or the Login Widget for PingOne/PingOne DaVinci) your own web application for login requests in multiple apps and sites.
20+
- User's are redirected via a browser to a central place for authentication.
21+
22+
We provide samples that demonstrate both methods.
23+
24+
### Integrate with Auth Journeys - PingOne Advanced Identity Cloud / PingAM:
1325

1426
To try out the Ping Android SDK please look at one of our samples:
1527

@@ -36,9 +48,33 @@ To try out the Ping Android SDK please look at one of our samples:
3648
(https://docs.pingidentity.com/sdks/latest/sdks/tutorials/android/index.html)
3749

3850

39-
### Integrate with PingOne:
51+
### Integrate with flows - PingOne DaVinci:
52+
53+
- [**Kotlin DaVinci - `/kotlin-davinci`**](./kotlin-davinci/)
54+
- An example Android project making use of the OOTB PingOne Sign on With Sessions flow in DaVinci environments and found in the marketplace. Demonstrates use cases such as user authentication, registration, and account recovery.
55+
56+
(https://docs.pingidentity.com/sdks/latest/davinci/tutorials/android/index.html)
57+
58+
### OIDC Login:
59+
60+
- [**Kotlin Central Login OIDC - `/kotlin-central-login-oidc`**](./kotlin-central-login-oidc/)
61+
- A sample app
62+
that demonstrates the functionality
63+
of using the Ping SDK for Android for OIDC (redirect) authentication.
64+
Can be used with PingOne Advanced Identity Cloud,
65+
PingOne, PingOne DaVinci (via a PingOne application),
66+
PingAM, and PingFederate.
67+
(https://docs.pingidentity.com/sdks/latest/oidc/index.html)
68+
69+
70+
## Documentation
71+
72+
Detailed [documentation](https://docs.pingidentity.com/sdks) is provided, and includes topics such as:
4073

41-
- Samples coming soon
74+
- Tutorial walkthroughs for each server
75+
- Integrating functionality such as PingOne Protect, WebAuthn, and more
76+
- Code snippets
77+
- API Reference documentation
4278

4379
## Requirements
4480

android/java-authenticator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/ForgeRock/sdk-sample-apps">
3-
<img src="https://cdn.forgerock.com/logo/interim/Logo-PingIdentity-ForgeRock-Hor-FullColor.svg" alt="Logo">
3+
<img src="https://www.pingidentity.com/content/dam/picr/nav/Ping-Logo-2.svg" alt="Ping Identity Logo">
44
</a>
55
<hr/>
66
</p>

android/java-quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/ForgeRock/sdk-sample-apps">
3-
<img src="https://cdn.forgerock.com/logo/interim/Logo-PingIdentity-ForgeRock-Hor-FullColor.svg" alt="Logo">
3+
<img src="https://www.pingidentity.com/content/dam/picr/nav/Ping-Logo-2.svg" alt="Ping Identity Logo">
44
</a>
55
<hr/>
66
</p>

android/java-ui-prototype/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/ForgeRock/sdk-sample-apps">
3-
<img src="https://cdn.forgerock.com/logo/interim/Logo-PingIdentity-ForgeRock-Hor-FullColor.svg" alt="Logo">
3+
<img src="https://www.pingidentity.com/content/dam/picr/nav/Ping-Logo-2.svg" alt="Ping Identity Logo">
44
</a>
55
<hr/>
66
</p>

0 commit comments

Comments
 (0)