added introspection endpoint URL to discovery document.
parent
741946d1ae
commit
2a92185433
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue