Skip to content

Commit

Permalink
Updated changelog.xhtml, chopped some ancient comments. Last checkin …
Browse files Browse the repository at this point in the history
…before 5.1.4 release.
  • Loading branch information
[email protected] authored and [email protected] committed Jul 6, 2021
1 parent b2973b3 commit 4a56aa4
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 23 deletions.
34 changes: 17 additions & 17 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ public void init() throws ServletException {

mps.processStoreCheck(s);
}
/*
mps.processStoreCheck(mps.getTransactionStore());
mps.processStoreCheck(mps.getServiceEnvironment().getClientStore());
mps.processStoreCheck(mps.getServiceEnvironment().getClientApprovalStore());
*/

} catch ( SQLException e) {
e.printStackTrace();
Expand Down
15 changes: 14 additions & 1 deletion oa4mp-website/src/site/xhtml/server/manuals/changelog.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,21 @@
<body class="composite">
<!--#include virtual="../../header.html" -->
<p>Changes to the OA4MP server by version.</p>
<h2>5.1.4</h2>
<p>Release date 2021-07-14</p>
<ul>
<li><a href="https://jira.ncsa.illinois.edu/browse/CIL-961">CIL-961</a>: Reduced scopes supported in token exchange.</li>
<li><a href="https://jira.ncsa.illinois.edu/browse/CIL-971">CIL-971</a>: Token exchange does not update returned token id for compound refresh tokens.</li>
<li><a href="https://jira.ncsa.illinois.edu/browse/CIL-974">CIL-974</a>: Complete VO support for refresh and token exchange endpoints.</li>
<li><a href="https://jira.ncsa.illinois.edu/browse/CIL-980">CIL980</a>: Support for RFC 8707, the audience and resource standard.</li>
<li><a href="https://jira.ncsa.illinois.edu/browse/CIL-998">CIL-998</a>: WLCG groups supported.</li>
<li><a href="https://jira.ncsa.illinois.edu/browse/CIL-1002">CIL-1002</a>: logging per client supported.</li>
<li><a href="https://jira.ncsa.illinois.edu/browse/CIL-1012">CIL-1012</a>: offline_access scope supported.</li>
<li><a href="https://jira.ncsa.illinois.edu/browse/CIL-1019">CIL-1019</a>: preferred_username claim asserted if found for
profile scope.</li>
</ul>
<h2>5.1.3</h2>
<p>Propsed release date 2021-06-10</p>
<p>Release date 2021-06-10</p>
<ul>
<li><a href="https://jira.ncsa.illinois.edu/browse/CIL-958">CIL-958</a>: CIlogon now asserts the cilogon_uid claim, which is
a shortened version of the unique identifier.</li>
Expand Down

0 comments on commit 4a56aa4

Please sign in to comment.