Getting a list of OIDC apps in Yandex Identity Hub
Written by
Updated at November 12, 2025
Cloud Center UI
CLI
-
Log in to Yandex Identity Hub
. -
In the left-hand panel, select
Apps.This will display all OIDC apps available in your organization.
If you do not have the Yandex Cloud CLI installed yet, install and initialize it.
By default, the CLI uses the folder specified when creating the profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also set a different folder for any specific command using the --folder-name or --folder-id parameter.
-
See the description of the CLI command to get a list of OIDC apps:
yc organization-manager idp application oauth application list --help -
Run this command:
yc organization-manager idp application oauth application list --organization-id <organization_ID>Where
--organization-idis the ID of the organization you need the list of OIDC apps for.Result:
+----------------------+--------------------+----------------------+--------------------------------+--------+-----------------------------------------+----------------------------------+--------+---------------------+---------------------+ | ID | NAME | ORGANIZATION ID | DESCRIPTION | STATUS | GROUP CLAIMS SETTINGS | CLIENT GRANT | LABELS | CREATED AT | UPDATED AT | +----------------------+--------------------+----------------------+--------------------------------+--------+-----------------------------------------+----------------------------------+--------+---------------------+---------------------+ | ek0o663g4rs2******** | oidc-app | bpf2c65rqcl8******** | | ACTIVE | group_distribution_type:NONE | client_id:"ajeqqip130i1********" | | 2025-10-21 10:51:28 | 2025-10-22 11:53:21 | +----------------------+--------------------+----------------------+--------------------------------+--------+-----------------------------------------+----------------------------------+--------+---------------------+---------------------+