パスワード (2 方向暗号化) タイプのフィールドを使用してインスタンスのログインパスワードを保存Issue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ユーザーは、ユーザーのログインパスワードを保持するために使用されるフィールドタイプをパスワード (双方向暗号化) タイプに変更できるかどうかを尋ねることがあります。このドキュメントでは、同じ実行可能性に関する詳細を提供します。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 詳細 デフォルトの手順では、ServiceNow インスタンスに対してユーザーを認証するために利用できる SSO または LDAP 接続がない場合に、システムユーザーレコードにリストされているユーザー名とパスワードを使用してログインします。パスワード (1 通りの暗号化) タイプは、パスワードフィールドの説明です。したがって、これは一方向暗号化であり、復号化には通行できません。 ただし、ServiceNow には [パスワード (双方向暗号化)] という別の種類のフィールドがあります。パスワードは、双方向暗号化を使用してこのテキストフィールドに保存されます。インスタンス内でプログラムによって復号化できる安全な暗号化された値は、双方向暗号化でパスワードを格納する方法です。フォーム変数は、Password 2 テクノロジーを使用して暗号化できます。参照: パスワード (双方向暗号化) の設計上の考慮事項 顧客がフィールドタイプを一方向暗号化から双方向復号化に切り替えることはお勧めしません。パスワードフィールドを別のフィールドに切り替える方法はないようです。これは内部的なものであるためカスタマイズできません。 Related Links<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ここでは、フィールドタイプとさまざまな用途の 2 通りの暗号化フィールドの構成に使用できる製品ドキュメントを示します。 フィールドタイプ暗号化コンテキスト