Skip to content

Commit

Permalink
Update OpenIDConnectAuthenticator name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Oct 16, 2024
1 parent 653e9fd commit e12ea58
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 e12ea58

Please sign in to comment.