public AuthorizationConfigurationBuilder properties(Map<String, Object> props) {
   config.loadProperties(props);
   return this;
 }