added introspection endpoint URL to discovery document.

pull/369/merge
William Kim 2013-06-27 11:34:42 -04:00 committed by Justin Richer
parent 741946d1ae
commit 2a92185433
1 changed files with 1 additions and 0 deletions

View File

@ -269,6 +269,7 @@ public class DiscoveryEndpoint {
m.put("op_policy_uri", baseUrl + "about");
m.put("op_tos_uri", baseUrl + "about");
m.put("introspection_endpoint", baseUrl + "introspect"); // token introspection endpoint for verifying tokens
model.addAttribute("entity", m);