@Bean
 public WebSSOProfileOptions defaultWebSSOProfileOptions() {
   WebSSOProfileOptions webSSOProfileOptions = new WebSSOProfileOptions();
   webSSOProfileOptions.setIncludeScoping(false);
   return webSSOProfileOptions;
 }