There was an error while loading. Please reload this page.
1 parent b7011f5 commit ed06b14Copy full SHA for ed06b14
openid-connect-server/src/main/java/org/mitre/discovery/web/DiscoveryEndpoint.java
@@ -306,7 +306,8 @@ OPTIONAL. JSON array containing a list of the JWS signing algorithms (alg values
306
m.put("op_tos_uri", baseUrl + "about");
307
308
m.put("introspection_endpoint", baseUrl + "introspect"); // token introspection endpoint for verifying tokens
309
-
+m.put("revocation_endpoint", baseUrl + "revoke"); // token revocation endpoint
310
+
311
model.addAttribute("entity", m);
312
313
return "jsonEntityView";
0 commit comments