From 0395f9973ecae0444f2787f7f320223c3564ee3e Mon Sep 17 00:00:00 2001 From: Alexey Kazakov Date: Fri, 10 Mar 2017 18:28:49 -0800 Subject: [PATCH] Fixed typo in resource name --- .../topics/identity-brokering/account-linking.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_development/topics/identity-brokering/account-linking.adoc b/server_development/topics/identity-brokering/account-linking.adoc index b462628d73..ce08e27054 100644 --- a/server_development/topics/identity-brokering/account-linking.adoc +++ b/server_development/topics/identity-brokering/account-linking.adoc @@ -22,7 +22,7 @@ To initiate the login, the application must fabricate a URL and redirect the use [source,java] ---- -{auth-server-root}/auth/realms/{realm}/broker/{provider}/linking?client_id={id}&redirect_uri={uri}&nonce={nonce}&hash={hash} +{auth-server-root}/auth/realms/{realm}/broker/{provider}/link?client_id={id}&redirect_uri={uri}&nonce={nonce}&hash={hash} ---- Here's a description of each path and query param: