サービスポータル SSO 自動リダイレクトの無効化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: ; } } サービスポータルの SSO 自動リダイレクトを無効にする必要がありますか?サービスポータルログインウィジェットは、特定の条件下でシングルサインオン (SSO) にリダイレクトできます。その方法をご紹介します。 サービスポータルログインウィジェットをシングルサインオン (SSO) にリダイレクトできます 次の条件が満たされている場合)。 ユーザーがログインしていない。マルチ SSO は、「glide.authenticate.multisso.enabled」システムプロパティを使用して有効になります。デフォルトの IDP は「glide.authenticate.sso.redirect.idp」システムプロパティを使用して設定されます。 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: ; } } すべて Cause<!-- /*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: ; } } 自動 SSO リダイレクトは、次の条件が満たされるとトリガーされます。 ユーザーはログインしていません。システムプロパティ glide.authenticate.multisso.enabled が true に設定されている。プロパティ glide.authenticate.sso.redirect.idp は、デフォルトの ID プロバイダー (IDP) で構成されます。 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: ; } } サービスポータルで SSO への自動リダイレクトを無効にして、ユーザーがポータルのローカルログインウィジェットを使用してログインできるようにするには、次の手順を実行します。 ステップ1:bypass_ssoオプションを追加する sp_instanceテーブルに移動します。ログインウィジェットインスタンスを検索します。 フィルターを使用: ID は ログインモーダル [他のオプション] フィールド (JSON 形式) に、以下を追加します。 { "bypass_sso": { "value": "true", "displayValue": "true" }} このオプションにより、ログインウィジェットはデフォルトの SSO リダイレクトロジックをバイパスします。 重要 ヘッダーログインリンクは同じログインウィジェットインスタンスを使用し、この構成も優先します。ウィジェットをカスタマイズした場合は、ログインウィジェットのサーバー/クライアントスクリプトで bypass_sso ロジックが遵守されていることを確認してください。 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: ; } } 一部のポータルのローカルログインへの SSO 自動リダイレクトを無効にする一方で、他のポータルの SSO 認証は維持します。 コミュニティから:VRM ベンダーポータルのバイパス SSO