Luis
10/17/2024, 7:58 PMCeligo AI
10/17/2024, 7:59 PMAI generated answer (using internal Slack threads):The "INVALID_LOGIN_ATTEMPT" error you're encountering when your website is trying to access NetSuite through Restlet could be due to several reasons. 1. Incorrect Signature: The error could be due to an incorrect signature. Make sure that the consumer id, consumer key, token id, token key, and realm are correctly applied in your code. 2. Deprecation of HMAC-SHA1 for Token-based Authentication (TBA): If you're using HMAC-SHA1 for TBA, it's possible that the deprecation of this method is causing the error. You might want to check if this is the case. 3. Incorrect Redirect URI: If you're using OAuth2.0, make sure that the redirect URI is correct. An incorrect redirect URI could cause an invalid login attempt error. 4. Login Audit Trail: You can use the Login Audit Trail to troubleshoot the issue. It can provide you with more details about the login attempt and might help you identify the problem. 5. Client Credentials Flow: If this is a system-system application, you might want to consider using the newer Client Credentials flow. Remember to double-check all your parameters and settings to ensure they're correct. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
10/17/2024, 7:59 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.869673848
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.859640539
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.857871175
Celigo AI
10/17/2024, 7:59 PM