forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wei, Hongmin <weihongmin1@huawei.com> Co-committed-by: Wei, Hongmin <weihongmin1@huawei.com>
5.4 KiB
5.4 KiB
Introduction
If you have an identity authentication system, you do not need to create new users in the service provider system. Instead, you can configure federated identity authentication to allow users in your identity authentication system to access cloud resources through SSO.
The cloud system supports two types of federated identity authentication:
- Web SSO: Browsers are used as the communication media. This authentication type enables common users to access the system using browsers.
- API calling: Development tools (such as OpenStack Client) are used as the communication media. This authentication type enables enterprise users and common users to access the system by calling APIs.
Users in your enterprise can choose SP-initiated or IdP-initiated federated identity authentication for API calling depending on your identity provider system.
Without Federated Identity Authentication
- Complex user management
The enterprise administrator has to create users in both the enterprise management system and the cloud system.
- Complex user operations
Users have to use different accounts to log in to the enterprise management system and cloud system.
With Federated Identity Authentication
Parent topic: Federated Identity Authentication