TenantAtlas/app/Services/Providers
ahmido bab01f07a9 feat: standardize platform provider identity (#166)
## Summary
- standardize Microsoft provider connections around explicit platform vs dedicated identity modes
- centralize admin-consent URL and runtime identity resolution so platform flows no longer fall back to tenant-local credentials
- add migration classification, richer consent and verification state handling, dedicated override management, and focused regression coverage

## Validation
- focused repo test coverage was added across provider identity, onboarding, audit, policy, guard, and migration flows
- latest explicit passing run in the workspace: `vendor/bin/sail artisan test --compact tests/Feature/AdminConsentCallbackTest.php tests/Feature/Audit/ProviderConnectionConsentAuditTest.php`

## Notes
- branch includes the full Spec 137 artifact set under `specs/137-platform-provider-identity/`
- target base branch: `dev`

Co-authored-by: Ahmed Darrazi <ahmed.darrazi@live.de>
Reviewed-on: #166
2026-03-13 16:29:08 +00:00
..
Contracts feat: unify provider connection actions and notifications (#73) 2026-01-25 01:01:37 +00:00
AdminConsentUrlFactory.php feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
CredentialManager.php feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
MicrosoftComplianceSnapshotService.php feat: unify provider connection actions and notifications (#73) 2026-01-25 01:01:37 +00:00
MicrosoftGraphOptionsResolver.php feat(spec-088): remove tenant graphOptions legacy path (#105) 2026-02-12 10:14:44 +00:00
MicrosoftProviderHealthCheck.php Spec 081: Provider connection cutover (#98) 2026-02-08 11:28:51 +00:00
MicrosoftProviderInventoryCollector.php feat: unify provider connection actions and notifications (#73) 2026-01-25 01:01:37 +00:00
PlatformProviderIdentityResolver.php feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
ProviderConfigurationRequiredException.php feat(spec-088): remove tenant graphOptions legacy path (#105) 2026-02-12 10:14:44 +00:00
ProviderConnectionClassificationResult.php feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
ProviderConnectionClassifier.php feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
ProviderConnectionMutationService.php feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
ProviderConnectionResolution.php Spec 081: Provider connection cutover (#98) 2026-02-08 11:28:51 +00:00
ProviderConnectionResolver.php feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
ProviderConnectionStateProjector.php feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
ProviderGateway.php feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
ProviderIdentityResolution.php feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
ProviderIdentityResolver.php feat: standardize platform provider identity (#166) 2026-03-13 16:29:08 +00:00
ProviderOperationRegistry.php feat(spec-087): remove legacy runs (#106) 2026-02-12 12:40:51 +00:00
ProviderOperationStartGate.php 085-tenant-operate-hub (#103) 2026-02-11 13:02:03 +00:00
ProviderOperationStartResult.php Spec 081: Provider connection cutover (#98) 2026-02-08 11:28:51 +00:00