We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Operating System: Win Server 2016 VenafiPS version: 5.2.0 PowerShell version: 5.1.14393.4467 TPP version (if applicable): 22.2.2
New-VenafiSession -Server $Vtp_host -ClientId $client_ID -Scope @{'certificate'='manage';'configuration'='manage'} -verbose
VERBOSE: Parameter set: TokenIntegrated VERBOSE: Performing the operation "New access token" on target "https://vedadmindev.domain.net". VERBOSE: {"UseDefaultCredentials":true,"ContentType":"application/json","UseBasicParsing":true,"Method":"Post","Uri":"https://vedadmindev.domain.net/vedauth/authorize/integrated","Headers ":null,"Body":"{"client_id":"Custom_Reporting","scope":"configuration:manage;certificate:manage"}"} VERBOSE: Response status code 500
Windows integrated auth works with the module
See error above
The text was updated successfully, but these errors were encountered:
New Venafi Session Not Supporting Windows Integrated Auth
6ea42c1
Fixes #162
gdbarron
Successfully merging a pull request may close this issue.
Environment
Steps to reproduce
New-VenafiSession -Server $Vtp_host -ClientId $client_ID -Scope @{'certificate'='manage';'configuration'='manage'} -verbose
VERBOSE: Parameter set: TokenIntegrated
VERBOSE: Performing the operation "New access token" on target "https://vedadmindev.domain.net".
VERBOSE: {"UseDefaultCredentials":true,"ContentType":"application/json","UseBasicParsing":true,"Method":"Post","Uri":"https://vedadmindev.domain.net/vedauth/authorize/integrated","Headers
":null,"Body":"{"client_id":"Custom_Reporting","scope":"configuration:manage;certificate:manage"}"}
VERBOSE: Response status code 500
Expected behavior
Windows integrated auth works with the module
Actual behavior
See error above
Screenshots
The text was updated successfully, but these errors were encountered: