OAuthRedirectUriTest.testLocalhost fails on wildfly

This commit is contained in:
Bruno Oliveira 2016-05-24 07:24:36 -03:00
parent 3e4f5f40dc
commit b2850ec1d5
No known key found for this signature in database
GPG key ID: 6119F27084DC9914

View file

@ -250,7 +250,7 @@ public class OAuthRedirectUriTest extends AbstractKeycloakTest {
checkRedirectUri("urn:ietf:wg:oauth:2.0:oob", true, true);
checkRedirectUri("http://localhost", true);
checkRedirectUri("http://localhost:8180", true, true);
checkRedirectUri("http://localhost:8280", true, true);
checkRedirectUri("http://localhosts", false);
checkRedirectUri("http://localhost/myapp", false);
@ -258,7 +258,7 @@ public class OAuthRedirectUriTest extends AbstractKeycloakTest {
oauth.clientId("test-installed2");
checkRedirectUri("http://localhost/myapp", true);
checkRedirectUri("http://localhost:8180/myapp", true, true);
checkRedirectUri("http://localhost:8280/myapp", true, true);
checkRedirectUri("http://localhosts/myapp", false);
checkRedirectUri("http://localhost", false);