cleaned up need_info response

multiparty
Justin Richer 2016-01-20 16:52:20 -05:00
parent c9e09e1698
commit 0a4f36f692
1 changed files with 1 additions and 3 deletions

View File

@ -58,9 +58,7 @@ public class UmaExceptionHandler {
entity.addProperty(JsonErrorView.ERROR, "need_info");
JsonObject details = new JsonObject();
details.addProperty("redirect_user", true);
details.addProperty("ticket", nie.getTicketValue());
details.addProperty("claims_endpoint", config.getIssuer() + ClaimsCollectionEndpoint.URL);
details.addProperty("requesting_party_claims_endpoint", config.getIssuer() + ClaimsCollectionEndpoint.URL);
JsonObject rpClaims = new JsonObject();
JsonArray req = new JsonArray();