From 9500a1d227fcd6c3d0bc51f8d9cad803ed548d95 Mon Sep 17 00:00:00 2001 From: Martin <github@mrvanes.com> Date: Thu, 12 Jul 2018 15:22:19 +0200 Subject: [PATCH] Update windowsliveid.md (#886) * Update windowsliveid.md In my search for using Microsoft as a claims provider I did not find this article, because I wasn't looking for Windows LiveID but an OIDC/oAuth2 replacement that fullfilled the userinfo endpoint using the Graph API. I hope the short introduction will help others find their way this invaluable the LiveID module. The wording may sound accusatory but I couldn't find a better way to describe the reasoning behind this module and create search engine keys to correctly identify it's purpose. * Update windowsliveid.md Trying to stay objective towards Microsoft. --- modules/authwindowslive/docs/windowsliveid.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/authwindowslive/docs/windowsliveid.md b/modules/authwindowslive/docs/windowsliveid.md index a26c8fe49..b80116cf3 100644 --- a/modules/authwindowslive/docs/windowsliveid.md +++ b/modules/authwindowslive/docs/windowsliveid.md @@ -1,5 +1,7 @@ Using the Windows Live ID authentication source with SimpleSAMLphp ================================================================== +This module works around the limitation in Microsoft Online/Azure OIDC implementation of not supplying the OIDC userinfo endpoint. +Microsoft explains the omission by suggesting that the Graph API can produce anything userinfo would have brought, in place. Remember to configure `authsources.php`, with both your Client ID and Secret key. -- GitLab