ディスカッション
AIを用いた自動化で請求書処理を合理化
AIを用いた考察を使用して、計画と予測を迅速化
NetSuiteとWANベースのシステムを安全に連携するには?
NetSuite Japan 社内で挙がった質問で、汎用性のあるものをCommunityにて共有いたします。
1. データ暗号化
SuiteTalkとREST APIはHTTPSをサポートしており、NetSuiteとWANアプリケーション間における、暗号化されたデータの安全な通信を確保します。
2. OAuth 2.0 認証
NetSuiteは認証にOAuth 2.0を使用しており、パスワードを保存する必要がないトークンベースのアクセスを提供することで、強固なセキュリティを実現しています。OAuth 2.0認証では、IPアドレスのルールが適用され、トークンエンドポイントにおけるトークン取得時と、アクセストークンが使用時にIPアドレスが検証されることで、セキュリティがさらに強化されます。これにより、WAN内の承認済みIPアドレスからのリクエストのみが認証に成功することが保証されます。
How can NetSuite be securely integrated with WAN based systems?
1. Data Encryption
SuiteTalk and REST APIs support HTTPS, ensuring secure communication of encrypted data in transit between NetSuite and the integrated WAN applications.
2. OAuth 2.0 Authentication
NetSuite uses OAuth 2.0 for authentication, which offers robust security by eliminating the need to store passwords and provides token-based access. During OAuth 2.0 authentication, IP address rules are enforced, providing an additional layer of security by verifying IP addresses both at the token endpoint when obtaining tokens and each time the access token is used. This ensures only requests from approved IP addresses within the WAN can authenticate successfully.