サービスポータルをインスタンスログインページとして設定する方法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: ; } } 1.[sys_properties] テーブルに移動し、プロパティ glide.entry.page.script を見つけます。このプロパティが存在しない場合は、文字列型のプロパティとして作成します。ほとんどの場合、このプロパティはデフォルトで new CMSEntryPage().getEntryPage() に設定されています。 2.プロパティの値を new SPEntryPage().getLoginURL() に設定します。この変更により、プラットフォームは SPEntryPage スクリプトインクルードを使用して、ユーザーのログイン先を決定するようになります。 3.SPEntryPage スクリプトインクルードを開き、22行目を編集します。 /sp/ を、デフォルト値の sp ではなく、ポータルの URL サフィックスに置き換えます。 4. ポータルのログインページを設定します。 sp_portal テーブルに移動し、ログインに使用するポータルを開きます。「ログインページ」フィールドが、ログインに使用するページに設定されていることを確認します。ログインページには、ログインウィジェットまたはデフォルトのランディングページが含まれている必要があります。 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: ; } } サービスポータルをログインページとして設定しても、ログイン後にユーザーがポータルにリダイレクトされることは保証されません。この動作は別のシステムプロパティによって制御され、ユーザーがアクセスしようとしているURLによって異なります。この設定によって、ユーザーがプラットフォームUIにアクセスできなくなるわけではありません。ログイン後は、ログイン後のリダイレクト設定に従って、通常どおりインスタンスを使用できます。この設定は、認証されていないすべてのユーザーに適用されます。システムは認証前にユーザー情報を評価できないため、ロールまたはポータルごとに異なるログインエクスペリエンスを設定することはできません。