Viewing information about a domain
Viewing information about a domain in a user pool
- Log in to Yandex Identity Hub
using an administrator or organization owner account. - In the left-hand panel, click
User pools. - Select the required pool from the user pool list.
- Under Domains, click the domain name.
If you do not have the Yandex Cloud CLI yet, install and initialize it.
The folder used by default is the one specified when creating the CLI 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 options.
Use the Userpool.GetDomain REST API method for the Userpool resource or the UserpoolService/GetDomain gRPC API call.
Viewing information about a domain in a federation
If you do not have the Yandex Cloud CLI yet, install and initialize it.
The folder used by default is the one specified when creating the CLI 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 options.
-
See the description of the CLI command for viewing information about a domain in a federation:
yc organization-manager federation saml get-domain --help -
Run this command:
yc organization-manager federation saml get-domain <federation_name_or_ID> \ --domain <domain>Where
--domainis your domain.
Use the Federation.GetDomain REST API method for the Federation resource or the FederationService/GetDomain gRPC API call.