20         String url = 
"https://ce-dev.gluu.org/.well-known/openid-configuration";
    21         OpenIdConfigurationClient client = 
new OpenIdConfigurationClient(url);
    22         OpenIdConfigurationResponse response = client.execOpenIdConfiguration();
    23         System.out.println(response.getEntity());
    24         Assert.assertNotNull(response);