publish revocation endpoint, addresses #520

pull/544/merge
Justin Richer 2013-11-27 12:13:42 -05:00
parent b7011f508e
commit ed06b14406
1 changed files with 2 additions and 1 deletions

View File

@ -306,7 +306,8 @@ public class DiscoveryEndpoint {
m.put("op_tos_uri", baseUrl + "about");
m.put("introspection_endpoint", baseUrl + "introspect"); // token introspection endpoint for verifying tokens
m.put("revocation_endpoint", baseUrl + "revoke"); // token revocation endpoint
model.addAttribute("entity", m);
return "jsonEntityView";