From 7a21dadd15661563b7d9c0c6c764c6a4c6540612 Mon Sep 17 00:00:00 2001 From: Matthew Helmke Date: Thu, 17 Jan 2019 10:13:42 -0600 Subject: [PATCH] reverted changes for 72 file --- upgrading/topics/rhsso/changes-72.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/upgrading/topics/rhsso/changes-72.adoc b/upgrading/topics/rhsso/changes-72.adoc index 1434c86c10..5c0f2aa49e 100644 --- a/upgrading/topics/rhsso/changes-72.adoc +++ b/upgrading/topics/rhsso/changes-72.adoc @@ -48,11 +48,11 @@ described in <<_compatibility_with_older_adapters>>. There is the `Exclude Sessi which can be turned on to prevent adding the `session_state` parameter to the Authentication Response. === Microsoft Identity Provider updated to use the Microsoft Graph API - -The Microsoft Identity Provider implementation in {project_name} used to rely on the Live SDK + +The Microsoft Identity Provider implementation in {project_name} up to version 7.2.4 relies on the Live SDK endpoints for authorization and obtaining the user profile. From November 2018 onwards, Microsoft is removing support for the Live SDK API in favor of the new Microsoft Graph API. The {project_name} identity provider has been updated -to use the new endpoints so if this integration is in use make sure you upgrade to the latest {project_name} version. +to use the new endpoints so if this integration is in use make sure you upgrade to {project_name} version 7.2.5 or later. Legacy client applications registered under "Live SDK applications" won't work with the Microsoft Graph endpoints due to changes in the id format of the applications. If you run into an error saying that the application identifier @@ -61,10 +61,10 @@ https://account.live.com/developers/applications/create[Microsoft Application Re === Google Identity Provider updated to use Google Sign-in authentication system -The Google Identity Provider implementation in {project_name} used to rely on the Google+ API endpoints +The Google Identity Provider implementation in {project_name} up to version 7.2.5 relies on the Google+ API endpoints endpoints for authorization and obtaining the user profile. From March 2019 onwards, Google is removing support for the Google+ API in favor of the new Google Sign-in authentication system. The {project_name} identity provider has been updated -to use the new endpoints so if this integration is in use make sure you upgrade to the latest {project_name} version. +to use the new endpoints so if this integration is in use make sure you upgrade to {project_name} version 7.2.6 or later. If you run into an error saying that the application identifier was not found in the directory, you will have to register the client application again in the https://console.developers.google.com/apis/credentials[Google API Console] portal to obtain a new application id and secret.