Skip to content

Logic App Validation Improvements and Test Framework Updates#154

Merged
himanshusainig merged 1 commit into
AzureAD:masterfrom
ggarima01:update-scim-20260715-1410
Jul 16, 2026
Merged

Logic App Validation Improvements and Test Framework Updates#154
himanshusainig merged 1 commit into
AzureAD:masterfrom
ggarima01:update-scim-20260715-1410

Conversation

@ggarima01

@ggarima01 ggarima01 commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

1. Defined Mandatory and Optional Logic App Validation Tests
Mandatory Tests

  • Authentication Model – Provisioning integration must support Client Credentials or Workload Identity Federation (WIF) authentication.
  • User and Group Provisioning – Support provisioning for both users and groups.
  • Schema Discovery – Support the SCIM Schema Discovery endpoint.
  • User Soft Delete and Restore – Support user soft-delete and restore operations.
  • User Reconciliation – Support user reconciliation scenarios.

Optional Tests

  • Group Delete and Restore – Support group delete and restore scenarios.
  • Group Reconciliation – Support group reconciliation scenarios.
  • User Hard Delete – Support permanent user deletion where the target application removes the user instead of performing a soft delete.

2. SCIM Update Validation Enhancements

  • Added validation for both Compact PATCH and Verbose PATCH formats in SCIM update tests.

3. OAuth Token Validation Improvements

  • Enhanced Validate_Credentials_Test (Client Credentials flow) to validate access token lifetime.
  • The test now fails if the token lifetime is:
  • Less than 60 minutes
  • Greater than 6 hours

4. Performance Optimizations
Reduced synchronization test execution time by shortening sync-cycle polling intervals and Until loop durations.

  • Bumped StandardLogicApp/VERSION 6.1 -> 7.0 (workflow definitions changed).

Update Standard Logic App validation workflow templates and parameters.

Bumped StandardLogicApp/VERSION 6.1 -> 7.0 (workflow definitions changed).

Co-authored-by: Copilot <[email protected]>
@ggarima01 ggarima01 changed the title Update Standard Logic App templates (logic-app-changes) Logic App Validation Improvements and Test Framework Updates Jul 15, 2026
@himanshusainig
himanshusainig merged commit 70d3f4a into AzureAD:master Jul 16, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants