Skip to content
New issue

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

New Venafi Session Not Supporting Windows Integrated Auth #162

Closed
albrigjl opened this issue Nov 2, 2022 · 0 comments · Fixed by #163
Closed

New Venafi Session Not Supporting Windows Integrated Auth #162

albrigjl opened this issue Nov 2, 2022 · 0 comments · Fixed by #163
Assignees

Comments

@albrigjl
Copy link

albrigjl commented Nov 2, 2022

Environment

Operating System: Win Server 2016
VenafiPS version: 5.2.0
PowerShell version: 5.1.14393.4467
TPP version (if applicable): 22.2.2

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants