OpenID-Connect-Java-Spring-.../openid-connect-server
Andrea Ceccanti f09efec031 dynreg: filter requested grant types
This commit introduces filtering on requested grant types for
dynamically registered clients.

Since extension on the library could support additional grant types,
here we want to be strict about known grant types that cannot be
requested at dynamic client registration (or update) time, but at the
same time we want to preserve grant types that could have been granted
to a client by an administrator.

So at client registration time the list of requested grant types is
filtered to only allow grant types currently enabled for dynamically
registered clients.

OTOH, at client update time the same filtering is implemented while at
the same time preserving grant types assigned the client in other ways.
2018-04-12 15:24:52 +02:00
..
src dynreg: filter requested grant types 2018-04-12 15:24:52 +02:00
.gitignore Merge commit '023dd440d4a0e6e59a14c88013837d79a77c74e0' into 1.1-merge 2013-07-29 16:21:20 -04:00
pom.xml bumped version to 1.3.3.cnaf-SNAPSHOT 2018-02-26 12:14:34 +01:00