Hello… after process to verify authentication codes with success, the page below
duration in 2 hours
now… in log the file with a specific string…
2023-11-07T12:34:33Z [Information] Package path: ‘C:\app\pkg’
2023-11-07T12:34:33Z [Information] Task name: ‘authorize-app-reg’
2023-11-07T12:34:33Z [Information] Script path: ‘C:\app\pkg\tasks/authorize-app-reg/authorize-app-reg.ps1’
2023-11-07T12:34:33Z [Information] Full task name: btit/authentication@1.1.6/authorize-app-reg
2023-11-07T12:34:33Z [Information] Input names: ‘clientId,expectedRoles,redirectUri,scopes,secret,tenantId’
2023-11-07T12:34:33Z [Information] Operating system: Windows Server 2019 Datacenter Version 1809 (OS Build 10.0.17763.2183)
2023-11-07T12:34:33Z [Information] Framework version: .NET Framework 4.8.4300.0
2023-11-07T12:34:33Z [Information] PowerShell version: 5.1.17763.2183
2023-11-07T12:34:33Z [Information] OS architecture: X64
2023-11-07T12:34:33Z [Information] Process architecture: X64
2023-11-07T12:34:33Z [Information] Obtaining .NET framework versions available
2023-11-07T12:34:33Z [Information] Installed .NET framework: Client, Version: 4.8.03761, Release: 528049
2023-11-07T12:34:33Z [Information] Installed .NET framework: Full, Version: 4.8.03761, Release: 528049
2023-11-07T12:34:33Z [Information] Installed .NET framework: Client, Version: 4.0.0.0, Release:
2023-11-07T12:34:34Z [Error] Get-JWTDetails : Cannot bind argument to parameter ‘token’ because it is an empty string.
At line:79 char:35
- if ($null -eq (Get-JWTDetails $tokenResponse.access_token).roles) {
- CategoryInfo : InvalidData: (
[Get-JWTDetails], ParameterBindingValidationException
- FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Get-JWTDetails
- CategoryInfo : InvalidData: (
2023-11-07T12:34:34Z [Error] Get-JWTDetails : Cannot bind argument to parameter ‘token’ because it is an empty string.
At line:79 char:35
- if ($null -eq (Get-JWTDetails $tokenResponse.access_token).roles) {
- CategoryInfo : InvalidData: (
[Get-JWTDetails], ParameterBindingValidationException
- FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Get-JWTDetails
- CategoryInfo : InvalidData: (
2023-11-07T12:34:35Z [Error] Get-JWTDetails : Cannot bind argument to parameter ‘token’ because it is an empty string.