Skip to content

Commit

Permalink
Merge pull request #19566 from UdeshAthukorala/scim1-improvements
Browse files Browse the repository at this point in the history
Enable scim1 group related test cases & bump scim1 version
  • Loading branch information
UdeshAthukorala authored Feb 14, 2024
2 parents f21c43b + a27cdb0 commit 239f306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<class name="org.wso2.identity.integration.test.user.mgt.UserMgtTestCase"/>
<class name="org.wso2.identity.integration.test.user.mgt.UserMgtUISecurityTestCase"/>
<class name="org.wso2.identity.integration.test.scim.SCIMServiceProviderUserTestCase" />
<!--<class name="org.wso2.identity.integration.test.scim.SCIMServiceProviderGroupTestCase" />-->
<class name="org.wso2.identity.integration.test.scim.SCIMServiceProviderGroupTestCase" />
<class name="org.wso2.identity.integration.test.application.mgt.ImportExportServiceProviderTest"/>
<class name="org.wso2.identity.integration.test.application.mgt.ApplicationTemplateMgtTestCase"/>
<!--<class name="org.wso2.identity.integration.test.application.mgt.DefaultAuthSeqManagementTestCase"/>-->
Expand Down Expand Up @@ -341,7 +341,7 @@
<class name="org.wso2.identity.integration.test.provisioning.DBSeperationTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceAuthCodeGrantTestCase"/>
<class name="org.wso2.identity.integration.test.oidc.OIDCFileBasedSkipLoginConsentTestCase"/>
<!--<class name="org.wso2.identity.integration.test.scim.IDENTITY4776SCIMServiceWithOAuthTestCase" />-->
<class name="org.wso2.identity.integration.test.scim.IDENTITY4776SCIMServiceWithOAuthTestCase"/>
<class name="org.wso2.identity.integration.test.identity.mgt.UserInformationRecoveryServiceTenantEmailUserTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.Oauth2HashAlgorithmTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.Oauth2PersistenceProcessorInsertTokenTestCase"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2277,7 +2277,7 @@
<identity.inbound.auth.oauth.version>7.0.10</identity.inbound.auth.oauth.version>
<identity.inbound.auth.openid.version>5.10.1</identity.inbound.auth.openid.version>
<identity.inbound.auth.sts.version>5.11.4</identity.inbound.auth.sts.version>
<identity.inbound.provisioning.scim.version>5.7.4</identity.inbound.provisioning.scim.version>
<identity.inbound.provisioning.scim.version>5.7.6</identity.inbound.provisioning.scim.version>
<identity.inbound.provisioning.scim2.version>3.4.66</identity.inbound.provisioning.scim2.version>

<!-- Identity User Versions -->
Expand Down

0 comments on commit 239f306

Please sign in to comment.