View Revisions: Issue #6234
Summary | 0006234: Web console logins with Google OAuth 2.0 and OpenID Connect | ||
---|---|---|---|
Revision | 2024-02-08 16:08 by elong | ||
Description | Add support for OAuth 2.0 for logging into the web console, specifically for use with OpenID Connect. Be careful to select a Java client library that works with our GPL and Apache licenses. Consider using spring-boot-starter-oauth2-client library. We should be able to test with Google as a well known provider. Look at the SAML implementation to follow any patterns already established. | ||
Revision | 2024-02-08 16:11 by elong | ||
Description | Add support for OAuth 2.0 for logging into the web console, specifically for use with OpenID Connect. Be careful to select a Java client library that works with our GPL and Apache licenses. Consider using spring-boot-starter-oauth2-client library. We should be able to test with Google as a well known provider. Look at the SAML implementation to follow any patterns already established. This could be deployed in a maintenance release of 3.15 if it is only dropping in new code a new URL. |
||
Revision | 2024-11-22 18:47 by cquamme | ||
Description | Add support for Google OAuth 2.0 for logging into the web console, specifically for use with OpenID Connect. Be careful to select a Java client library that works with our GPL and Apache licenses. Consider using spring-boot-starter-oauth2-client library. |