implicit测试时 取消掉 client secret; 更新样式
parent
9bc931d378
commit
9cff66aeec
|
@ -157,12 +157,13 @@
|
|||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
Version: <strong>1.0</strong> [planning]
|
||||
Version: <strong>1.0</strong> [pending]
|
||||
<br/>
|
||||
Date: --- / ---
|
||||
Date: 2017-03-30 / ---
|
||||
</p>
|
||||
<ol>
|
||||
<li><p>------</p></li>
|
||||
<li><p><del>implicit测试时 取消掉 client secret</del></p></li>
|
||||
<li><p><del>implicit测试时 取消掉 client secret</del></p></li>
|
||||
</ol>
|
||||
<br/>
|
||||
</li>
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<div>
|
||||
<hr/>
|
||||
<p class="text-center text-muted">
|
||||
© 2013 - 2016
|
||||
© 2013 - 2017
|
||||
<a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a
|
||||
href="http://git.oschina.net/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
|
||||
</p>
|
||||
|
|
|
@ -37,9 +37,9 @@
|
|||
<input type="submit" value="Login" class="btn btn-primary"/>
|
||||
<a href="${pageContext.request.contextPath}">Back to Home</a>
|
||||
<%--Login error--%>
|
||||
<c:if test="${param.authorization_error eq 2}"><span
|
||||
<c:if test="${param.authorization_error eq '2'}"><span
|
||||
class="label label-danger">Access denied !!!</span></c:if>
|
||||
<c:if test="${param.authentication_error eq 1}"><span
|
||||
<c:if test="${param.authentication_error eq '1'}"><span
|
||||
class="label label-danger">Authentication Failure</span></c:if>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="container">
|
||||
<body class="container-fluid">
|
||||
<h2 class="page-header">spring-oauth-server
|
||||
<small>V-1.0</small>
|
||||
</h2>
|
||||
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-2">
|
||||
<ul class="list-group">
|
||||
<li class="list-group-item"><a href="#getAccessTokenPassword">获取access_token (grant_type=password)</a></li>
|
||||
<li class="list-group-item"><a href="#getTokenAuthCode">获取access_token (grant_type=authorization_code)</a>
|
||||
|
@ -39,7 +39,7 @@
|
|||
<li class="list-group-item"><a href="#userInfoMobile">获取当前用户信息 (ROLE_MOBILE)</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<div class="col-md-10">
|
||||
|
||||
<div class="well well-sm" id="getAccessTokenPassword">
|
||||
<h3>获取access_token (grant_type=password)
|
||||
|
@ -640,7 +640,7 @@
|
|||
<div class="col-md-12">
|
||||
<hr/>
|
||||
<p class="text-center text-muted">
|
||||
© 2013 - 2016
|
||||
© 2013 - 2017
|
||||
<a href="mailto:sz@monkeyk.com">sz@monkeyk.com</a> from <a
|
||||
href="http://git.oschina.net/shengzhao/spring-oauth-server" target="_blank">spring-oauth-server</a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue