---
title: Getting started with the OIDC module
description: PingOne PingOne Advanced Identity Cloud PingAM OIDC-compliant servers Android iOS JavaScript
component: orchsdks
page_id: orchsdks:oidc:usage
canonical_url: https://developer.pingidentity.com/orchsdks/oidc/usage.html
revdate: Tue, 17 Oct 2025 11:22:33 +0100
keywords: ["OAuth 2.0", "OpenID Connect", "Setup &amp; Configuration", "Source Code", "Integration", "SDK"]
---

# Getting started with the OIDC module

[icon: circle-check, set=far]PingOne [icon: circle-check, set=far]PingOne Advanced Identity Cloud [icon: circle-check, set=far]PingAM [icon: circle-check, set=far]OIDC-compliant servers [icon: android, set=fab]Android [icon: apple, set=fab]iOS [icon: js, set=fab]JavaScript

You can configure your apps to use your authorization server's UI or your own web application for sign-on requests.

When a user attempts to sign on to your app it redirects them to the central sign-on UI. After the user authenticates, the authorization server redirects them back to your application or site.

Changes to authentication journeys or flows on your authorization server are available to all your apps that use the OIDC sign-on method. Your app does not need to access user credentials directly, just the result of the authentication from the server—usually an access token.

Select your platform below to learn how to configure your app to use OIDC sign-on:

[icon: android, set=fab, size=3x]

#### [Android](usage/android-centralized-login.html)

Configure OIDC module for Android apps to perform OIDC sign-on.

[icon: apple, set=fab, size=3x]

#### [iOS](usage/ios-centralized-login.html)

Configure OIDC module for iOS apps to perform OIDC sign-on.

[icon: js, set=fab, size=3x]

#### [JavaScript](usage/javascript-centralized-login.html)

Configure OIDC module for JavaScript apps to perform OIDC sign-on.
