diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-12-06 12:13:48 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-12-07 14:36:18 +0100 |
commit | 160109946acd018e7c3b79dbe008c39d51235ddf (patch) | |
tree | a3847d3d5a8ad84756812f2e5f2a3bf0192b89c2 /it | |
parent | a9d4a90c4fc89b7da097f66afb9f70d5fb0f3b07 (diff) | |
download | sonarqube-160109946acd018e7c3b79dbe008c39d51235ddf.tar.gz sonarqube-160109946acd018e7c3b79dbe008c39d51235ddf.zip |
SONAR-8503 Make WS api/users/identity_providers accessible without authentication
Diffstat (limited to 'it')
-rw-r--r-- | it/it-tests/src/test/java/it/user/ForceAuthenticationTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/it/it-tests/src/test/java/it/user/ForceAuthenticationTest.java b/it/it-tests/src/test/java/it/user/ForceAuthenticationTest.java index b614374e6c7..d03f7291c86 100644 --- a/it/it-tests/src/test/java/it/user/ForceAuthenticationTest.java +++ b/it/it-tests/src/test/java/it/user/ForceAuthenticationTest.java @@ -99,6 +99,7 @@ public class ForceAuthenticationTest { verifyPathDoesNotRequiresAuthentication("/api/system/db_migration_status", GET); verifyPathDoesNotRequiresAuthentication("/api/system/status", GET); verifyPathDoesNotRequiresAuthentication("/api/system/migrate_db", POST); + verifyPathDoesNotRequiresAuthentication("/api/users/identity_providers", GET); } @Test |