let user know that the client is using a pairwise identifier on approval
parent
a9f639a718
commit
6cbed133b2
|
@ -72,6 +72,13 @@
|
||||||
<strong>Redirect URI: </strong><c:out value="${redirect_uri}" />
|
<strong>Redirect URI: </strong><c:out value="${redirect_uri}" />
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</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>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<fieldset style="text-align: left" class="well">
|
<fieldset style="text-align: left" class="well">
|
||||||
|
|
Loading…
Reference in New Issue