0
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?

OpsRampにおけるKeyCloak連携

Last updated at Posted at 2023-08-28

本記事では、OpsRampにおけるKeyCloak連携方法について説明します。

概要

OpsRampには、Single Sign-On (SSO) システムと連携が可能で、下記のSSOシステムのインテグレーションが用意されています。

  • ADFS
  • Okta
  • Centrify
  • OneLogin
  • Ping

このほかにカスタムインテグレーションにてSAML認証連携の設定が可能です。
SAML認証連携を使用し、KeyCloakと連携する方法を説明します。

設定方法

  • Custom Branding の設定 (OpsRamp側の設定)
    SAML連携するためには、Custom Branding (カスタムドメイン) の設定が必要になります。
    「Application Server」に任意のドメイン名を入力します。(RFC3986に準拠して下さい)
    Custom_Branding.PNG

  • KeyCloakの設定
    新規クライアントを作成し、以下の様に設定します。
    Client type: SAML
    Client ID: https://<カスタムドメイン>/saml.do
    keycloak1.PNG

Root URL: https://<カスタムドメイン>/
Valid redirect URIs: https://<カスタムドメイン>/*
keycloak2.PNG

  • OpsRampの設定
    Setup > Integrations and AppsからCustomインテグレーションを追加します。
    Custom_Integration0.PNG
    CategoryにSSOを選択し、KeyCloakから取得したidp-metadata.xmlをインポートします。
    Custom_Integration1.PNG

インポート後、ログアウト用URLを以下に変更します。
https:///realms//protocol/openid-connect/logout


0
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
0
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?