wndows security login is forced and it does not authenticate any credentials
Event in the orchestrator gives below error
Error while authenticating an external user from identity server.UiPath.Orchestrator.Core.Exceptions.AuthorizationException: Error code - 1431, Message - ‘Something went wrong while requesting the tokens.’
at void UiPath.Orchestrator.Core.IdentityServer.IdentityServerExtensions.EnsureSuccessful(TokenResponse tokenResponse)
at TokenInfo UiPath.Orchestrator.Core.IdentityServer.TokenInfo.Parse(TokenResponse tokenResponse)
at async Task UiPath.Orchestrator.Core.IdentityServer.IdentityServerServiceTokenStore.RequestClientCredentialsTokenAsync()
at async Task UiPath.Orchestrator.Core.IdentityServer.IdentityServerServiceTokenStore.GetAccessTokenAsync(bool forceReissue)
at async Task UiPath.Orchestrator.Core.IdentityServer.IdentityServerApiClient.GetTokenCredentialsAsync(string reason, bool forceReissue)
at async Task UiPath.Orchestrator.Core.IdentityServer.IdentityServerApiClient.ExecuteAsync(string reason, Func<IIdentityServerApi, Task<HttpOperationResponse>> request, bool throwIfFailed)
at async Task UiPath.Orchestrator.Core.IdentityServer.IdentityServerClient.UpdateUserAsync(UiUser user, string password)
at async Task UiPath.Orchestrator.Core.Services.Users.UserManager.UpdateAsync(UiUser user)
at async Task UiPath.Orchestrator.Security.Auth.Common.UserMapping.IdentityUserMapper.HandleLoginSuccessAsync(string providerKey, UiUser user)
at async Task UiPath.Orchestrator.Security.Auth.IdentityUser.IdentityUserAccessTokenAuthenticationHandler.SyncUserDetailsAsync(UiLoginResult loginResult, ExternalLoginInfo externalLoginInfo, IUserMapper userMapper, IEnumerable tokenClaims)
at async Task UiPath.Orchestrator.Security.Auth.UserTenantAccessTokenAuthenticationHandler.AuthenticateSuccessResultAsync(UiLoginResult loginResult, ExternalLoginInfo externalLoginInfo, IUserMapper userMapper, IEnumerable tokenClaims, string authenticationScheme, IEnumerable additionalClaims)
at async Task UiPath.Orchestrator.Security.Auth.UserTenantAccessTokenAuthenticationHandler.AuthenticateByTenantAndUserKeyAsync(string tokenStr, TenantDto tenant, string tenantKeyStr, Guid userKey, IEnumerable tokenClaims, bool validateUserSession, IEnumerable resultAdditionalClaims)
at async Task UiPath.Orchestrator.Security.Auth.UserTenantAccessTokenAuthenticationHandler.AuthenticateByTenantKeyAndUserKeyAsync(string tokenStr, Guid tenantKey, Guid userKey, IEnumerable tokenClaims, bool validateUserSession, IEnumerable resultAdditionalClaims)