cloudstack/server/src/main/java/com/cloud/api/auth
Harikrishna 235e4fe190
Oauth2 integration with CloudStack (#7996)
OAuth2, the industry-standard authorization or authentication framework, simplifies the process of
granting access to resources. CloudStack supports OAuth2 authentication wherein users can login into
CloudStack without using a username and password. Support for Google and Github providers has been added.
Other OAuth2 providers can be easily integrated with CloudStack using its plugin framework.

The login page will show provider options when the OAuth2 is enabled and corresponding providers are configured.

"OAuth configuration" sub-section is present under "Configuration" where admins can register the corresponding
OAuth providers.
2023-10-31 13:25:28 +05:30
..
APIAuthenticationManagerImpl.java Oauth2 integration with CloudStack (#7996) 2023-10-31 13:25:28 +05:30
DefaultLoginAPIAuthenticatorCmd.java Api: update command domainId/account descriptions (#7876) 2023-08-20 15:44:31 +02:00
DefaultLogoutAPIAuthenticatorCmd.java Cleanup APIs getCommandName (#7022) 2023-01-03 12:11:52 +01:00
ListUserTwoFactorAuthenticatorProvidersCmd.java Sync precommit config from main (#7732) 2023-07-07 11:18:16 +02:00
SetupUserTwoFactorAuthenticationCmd.java User two factor authentication (#6924) 2023-02-13 09:14:17 +01:00
ValidateUserTwoFactorAuthenticationCodeCmd.java User two factor authentication (#6924) 2023-02-13 09:14:17 +01:00