2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【IBM Security Verify 】管理者画面からのテーマ管理について

Last updated at Posted at 2022-05-19

はじめに

以前ご紹介したテーマの管理が、管理者画面から行えるようになりました。

テーマファイルのカスタマイズ例は、IBM Security Verify API の テーマ機能で画面カスタマイズする~実践編~を参照ください。

1.テーマのアップロード

ユーザーエクスペリエンス-ブランド設定からテーマ管理が行えます。
theme-gui (1).png

ダウンロードしたテーマをカスタマイズしてみます。

page_style.css
/* css for customization
   Add styling here to override classes from <tenant>/usc/css/stateless.css 
*/
body, body.tile-background {
    background: #c3f1fa;
    background-repeat: no-repeat;
    background-position: 15% 50%;
    background-size: 30%;
    background-image: url(https://1.cms.s81c.com/sites/default/files/2018-12/pw_sec_saasss_600x340-72r.jpg.jpeg);

ファイルをアップロードします。
theme-gui (2).png

テーマの登録が完了しました。
theme-gui (3).png

アプリケーションにテーマを割り当てて動作確認します。
theme-gui (4).png

2.テンプレート用のAPIについて

テーマ機能がリリースされる前のテンプレート機能で用いるAPIが非推奨となっています。
詳細はマニュアル "非推奨の API"を参照ください。

theme-gui (5).png

最後に

REST APIを利用せずにテーマのカスタマイズができるようになったので便利になりました!!

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?