KEYCLOAK-6757 Fix Microsoft application registration links
This commit is contained in:
parent
c98635dc57
commit
f22e0d8999
2 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ WARNING: From November 2018 onwards, Microsoft is removing support for the Live
|
|||
The {project_name} Microsoft identity provider has been updated to use the new endpoints so make sure to upgrade to
|
||||
{project_name} version 4.6.0 or later in order to use this provider.
|
||||
Furthermore, client applications registered with Microsoft under "Live SDK applications" will need to be re-registered
|
||||
in the https://apps.dev.microsoft.com/[Microsoft Application Registration] portal to obtain an application id that
|
||||
in the https://account.live.com/developers/applications/create[Microsoft Application Registration] portal to obtain an application id that
|
||||
is compatible with the Microsoft Graph API.
|
||||
endif::[]
|
||||
ifeval::[{project_product}==true]
|
||||
|
@ -45,6 +45,6 @@ WARNING: From November 2018 onwards, Microsoft is removing support for the Live
|
|||
The {project_name} Microsoft identity provider has been updated to use the new endpoints so make sure to upgrade to
|
||||
{project_name} version 7.2.5 or later in order to use this provider.
|
||||
Furthermore, client applications registered with Microsoft under "Live SDK applications" will need to be re-registered
|
||||
in the https://apps.dev.microsoft.com/[Microsoft Application Registration] portal to obtain an application id that
|
||||
in the https://account.live.com/developers/applications/create[Microsoft Application Registration] portal to obtain an application id that
|
||||
is compatible with the Microsoft Graph API.
|
||||
endif::[]
|
||||
|
|
|
@ -39,7 +39,7 @@ to use the new endpoints so if this integration is in use make sure you upgrade
|
|||
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
|
||||
was not found in the directory, you will have to register the client application again in the
|
||||
https://apps.dev.microsoft.com/[Microsoft Application Registration] portal to obtain a new application id.
|
||||
https://account.live.com/developers/applications/create[Microsoft Application Registration] portal to obtain a new application id.
|
||||
|
||||
=== Migrating to 4.4.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue