TokenTacticsV2
TokenTacticsV2 copied to clipboard
A fork of the great TokenTactics with support for CAE and token endpoint v2
fixed a couple typos in the readme.md
- Added the new functions in the README file (`Commands` section) - Added myself as a contributor to the README file
`$global:MSGraphTokenValidForHours` can't get the token's `ValidForHours` attribute, use Parse-JWTtoken instead
Added a `-CustomUserAgent` parameter to all the `(Get|Invoke)-*Token` functions. This essentially allows the bypass of MFA enablement gaps related to Device Platforms, as shown in the image below.  Using...
## Overview This PR adds a comprehensive Pester test suite covering all user-facing functions in TokenTactics v2. All tests use mocking to avoid requiring actual Azure/Entra ID connections, making them...
Create pester tests that don't require an actual connection to Enter ID but mocks the external calls. This should cover all of the user facing functions