![]() 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. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
pom.xml |