Merge pull request #33 from alexeykazakov/patch-1
Fixed typo in resource name
This commit is contained in:
commit
0780c5293a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue