typo for grant types in parser

pull/306/merge
Justin Richer 2013-03-06 11:33:54 -05:00
parent a6a2d43e8f
commit eaa9e1ded4
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ public class ClientDynamicRegistrationEndpoint {
c.setScope(Sets.newHashSet(Splitter.on(" ").split(scope)));
}
c.setGrantTypes(getAsStringSet(o, "grant_type"));
c.setGrantTypes(getAsStringSet(o, "grant_types"));
c.setPolicyUri(getAsString(o, "policy_uri"));
c.setJwksUri(getAsString(o, "jwks_uri"));