Fixed typo in resource name
This commit is contained in:
parent
1c74586158
commit
0395f9973e
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]
|
[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:
|
Here's a description of each path and query param:
|
||||||
|
|
Loading…
Reference in a new issue