---
title: Configure OIDC login
description: You can configure your apps to use your authorization server's UI or your own web application for login requests.
component: sdks
version: latest
page_id: sdks:oidc:sdkconfiguration/configure-oidc-login
canonical_url: https://docs.pingidentity.com/sdks/latest/oidc/sdkconfiguration/configure-oidc-login.html
revdate: Wed, 17 May 2023 14:10:20 +0100
keywords: ["OAuth 2.0", "OpenID Connect", "Setup &amp; Configuration", "Source Code", "Integration", "SDK"]
---

# Configure OIDC login

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

When a user attempts to log in to your app it redirects them to the central login 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 login 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 login:

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

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

Configure Ping (ForgeRock) SDK for Android apps to perform OIDC login.

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

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

Configure Ping (ForgeRock) SDK for iOS apps to perform OIDC login.

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

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

Configure Ping (ForgeRock) SDK for JavaScript apps to perform OIDC login.
