Skip to content

Commit

Permalink
Merge pull request #21381 from Thisara-Welmilla/fix-integration-test
Browse files Browse the repository at this point in the history
Update OpenIDConnectAuthenticator name in integration tests.
  • Loading branch information
Thisara-Welmilla authored Oct 16, 2024
2 parents 35fda7a + e12ea58 commit 0c56982
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class IdentityProviderMgtServiceTestCase extends ISIntegrationTest {
private String testIdpName = "TestIDPProvider";
private String testIdpNameSearch = "SearchTestIDPProviderTest";
private String updatedTestIdpName = "UpdatedTestIDPProvider";
private String testFedAuthName = "OpenIDAuthenticator";
private String testFedAuthName = "OpenIDConnectAuthenticator";

//Resident idp default values
private boolean residentIdpEnable;
Expand Down Expand Up @@ -159,7 +159,7 @@ public void testGetResidentIdP() throws Exception {
public void testAddIdp() throws Exception {
String testIdpDescription = "This is test identity provider";
String testIdpRealmId = "localhost";
String testFedAuthDispName = "openid";
String testFedAuthDispName = "openidConnect";

String testFedAuthPropName = "OpenIdUrl";
String testFedAuthPropValue = "https://testDomain:9853/openid";
Expand Down

0 comments on commit 0c56982

Please sign in to comment.