TokenTacticsV2 icon indicating copy to clipboard operation
TokenTacticsV2 copied to clipboard

A fork of the great TokenTactics with support for CAE and token endpoint v2

Results 6 TokenTacticsV2 issues
Sort by recently updated
recently updated
newest added

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. ![414702088-db6fefad-98d8-4fca-af71-9d27599c1fee](https://github.com/user-attachments/assets/f50ba4cf-ee1e-41e2-82e0-ec5df198a0b8) 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