let user know that the client is using a pairwise identifier on approval

pull/516/head
Justin Richer 11 years ago
parent a9f639a718
commit 6cbed133b2

@ -72,6 +72,13 @@
<strong>Redirect URI: </strong><c:out value="${redirect_uri}" />
</small>
</div>
<c:if test="${ client.subjectType == 'PAIRWISE' }">
<div class="alert alert-success">
This client uses a <b>pairwise</b> identifier, which makes it more difficult to correlate your identity between sites.
</div>
</c:if>
</div>
<div class="span4">
<fieldset style="text-align: left" class="well">

Loading…
Cancel
Save