Merge pull request #33 from alexeykazakov/patch-1

Fixed typo in resource name
This commit is contained in:
Bill Burke 2017-06-27 09:59:52 -04:00 committed by GitHub
commit 0780c5293a

View file

@ -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: