Skip to content

Commit

Permalink
LPS-88905 Add Breaking Change info
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Medio committed Mar 7, 2019
1 parent 4eca9ae commit c78d010
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions readme/BREAKING_CHANGES.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -444,4 +444,33 @@ This change was made to avoid using an old proprietary solution (NTLM). Kerberos
is now recommended, which is a standard protocol and a more secure method of
authentication compared to NTLM.

---------------------------------------

### Deprecated Google SSO in Portal Distribution
- **Date:** 2019-Jan-21
- **JIRA Ticket:** [LPS-88905](https://issues.liferay.com/browse/LPS-88905)

#### What changed?

Three Google SSO modules have been moved from the `portal-security-sso` project to a
new project named `portal-security-sso-google`. Same applies to the settings module,
now named `portal-settings-authentication-google`.
Those new projects are deprecated and available to download from Liferay Marketplace.

#### Who is affected?

This affects anyone using Google SSO as an authentication system.

#### How should I update my code?

If you want to continue using Google SSO as an authentication system, you must
download the corresponding modules from Liferay Marketplace. Alternatively, you can use
OpenID Connect.

#### Why was this change made?

This change was made to avoid using an old solution for authentication (Google SSO).
OpenID Connect is the recommended specification to use Google implementation for
authentication.

---------------------------------------

0 comments on commit c78d010

Please sign in to comment.