Skip to content

Commit c96a94c

Browse files
Merge pull request #892 from craniodev/master
Changes the link path " Token Refresh"
2 parents 0f59f52 + 0d865a7 commit c96a94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/additional-documentation/silent-refresh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050

5151
<h2 id="refreshing-when-using-implicit-flow-implicit-flow-and-code-flow">Refreshing when using Implicit Flow (Implicit Flow and Code Flow)</h2>
52-
<p><strong>Notes for Code Flow</strong>: You can also use this strategy for refreshing tokens when using code flow. However, please note, the strategy described within <a href="./token-refresh.md">Token Refresh</a> is far easier in this case.</p>
52+
<p><strong>Notes for Code Flow</strong>: You can also use this strategy for refreshing tokens when using code flow. However, please note, the strategy described within <a href="./refreshing-a-token.html">Token Refresh</a> is far easier in this case.</p>
5353
<p>To refresh your tokens when using implicit flow you can use a silent refresh. This is a well-known solution that compensates the fact that implicit flow does not allow for issuing a refresh token. It uses a hidden iframe to get another token from the auth server. When the user is there still logged in (by using a cookie) it will respond without user interaction and provide new tokens.</p>
5454
<p>To use this approach, setup a redirect uri for the silent refresh.</p>
5555
<p>For this, you can set the property silentRefreshRedirectUri in the config object:</p>

0 commit comments

Comments
 (0)