Skip to content

Commit ed06b14

Browse files
committed
publish revocation endpoint, addresses mitreid-connect#520
1 parent b7011f5 commit ed06b14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openid-connect-server/src/main/java/org/mitre/discovery/web/DiscoveryEndpoint.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ OPTIONAL. JSON array containing a list of the JWS signing algorithms (alg values
306306
m.put("op_tos_uri", baseUrl + "about");
307307

308308
m.put("introspection_endpoint", baseUrl + "introspect"); // token introspection endpoint for verifying tokens
309-
309+
m.put("revocation_endpoint", baseUrl + "revoke"); // token revocation endpoint
310+
310311
model.addAttribute("entity", m);
311312

312313
return "jsonEntityView";

0 commit comments

Comments
 (0)