Skip to content

Commit 3789d1b

Browse files
committed
better copy for openid implicit
1 parent d91c78d commit 3789d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/client/grant_types/_openid_connect.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
<p>
2121
<a class="button" href="{{ app.parameters.authorize_route|slice(0, 4) == 'http' ? app.parameters.authorize_route : url(app.parameters.authorize_route) }}?response_type=token%20id_token&client_id={{app.parameters.client_id}}&redirect_uri={{ url('authorize_redirect_implicit')|url_encode() }}&scope=openid&state={{session_id}}&nonce={{random()}}">Implicit</a>
2222
<div class="help">
23-
Uses the implicit grant type, but the Access Token also returns with an ID Token.
23+
Same as above, but with the "token id_token" response type. Similar to the <code>implicit</code> grant type, but the Access Token also returns with an ID Token.
2424
</div>
2525
</p>

0 commit comments

Comments
 (0)