Get-InactiveUsersReport.ps1 Authentication with IdentityAuth.psm1 header #436
rpeterslll
started this conversation in
General
Replies: 1 comment
-
What Role's does the authenticating account require to run this Get-InactiveUsersReport.ps1 ? My API account fails with a 403 forbidden error, but the installeruser account run's it ok. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Get-InactiveUsersReport.ps1 script only allows authentication credentials to be manually entered. Is it possible to add a -LogonToken parameter to the script to apply an already created Authentication token using the IdentityAuth.psm1 script? Or can we hardcode a credential securely into the script to run the report in an automation?
Beta Was this translation helpful? Give feedback.
All reactions