Skip to main content

OIDC を使用したシングルサインオンの設定

以下の手順に従って、DigiCert​​®​​ account アカウントで OIDC (OpenID Connect)を使用した SSO (シングルサインオン)を有効にします。他のサインイン方法も有効になっている場合、ユーザーは使用する方法を選択できます。

前提条件

DigiCert​​®​​ account で OIDC を設定する前に、以下のことを確認してください。

  • お使いの IDP (ID プロバイダ)サービス(例: PingOne、Okta)に対する管理者アクセス権を持っていること。

  • IDP (ID プロバイダ)側で DigiCert​​®​​ account が OIDC アプリケーションとして登録されていること。

  • IDP 側で ID トークンに preferred_username クレームを含めるよう構成していること。

ヒント

OIDC アプリケーションの登録方法やクレームの設定方法については、IDP のドキュメントを参照してください。

OIDC を使用した SSO の有効化と設定

  1. DigiCert アカウントにサインインします。

  2. DigiCert アカウントメニューで、[アカウント]アイコンから[Sign-in methods]を選択します。

  3. [OIDC でシングルサインオン]を選択します。

  4. The Connect DigiCert to your IdP section, provides you with details you'll need to provide to your IdP when creating the DigiCert​​®​​ account application:

    1. Redirect URI

      When users sign in to an OIDC-enabled account, your OIDC service generates an authentication response and token ID. The OIDC service sends this authentication information back to DigiCert​​®​​ account using this URL.

    2. Login URL

      DigiCert-provided URL that users can access to sign in to DigiCert​​®​​ account using OIDC-based SSO.

    3. Logout URL

      Your OIDC provider uses the logout endpoint to sign the user out of any applications they have logged into via the provider.

  5. [Connect your IdP to DigiCert]セクションで、以下の IdP 側の値を入力します。これによりデジサートが OIDC 認証のために IdP と通信できるようにします。

    1. プロバイダの URL:

      IdP の OIDC 検出エンドポイントの URL です。デジサートはこの URL を使って認証に必要なメタデータを取得します。この URL は通常、https://<your-idp-domain>/.well-known/openid-configuration の形式になります。

    2. クライアント ID

      IdP から提供される ID で、DigiCert​​®​​ account が OIDC サービスへの要求時に自身を識別するために使用します。

    3. クライアントシークレット

      IdP から提供されるパスワードで、DigiCert​​®​​ account が OIDC サービスへの要求を認証するために使用します。

    4. ID トークンオーディエンス

      OIDC サービスが生成する ID トークンの想定受信者です。IdP 側で設定されている IDトークンオーディエンス値と一致している必要があります。

      ヒント

      これらの値は通常、IdP のダッシュボード内の[認証]または[OIDC settings]セクションにあります。

  6. 両方の手順が完了したら、[Enable/Disable SSO with OIDC]セクションで切り替えボタンをオンにして SAML を使用した SSO を有効化します。

  7. [Save configuration]を選択します。

Troubleshooting

  1. Sign in to your Okta Admin Console

  2. Go to Applications > Applications.

  3. Select Create App integration:

  4. Select OIDC - OpenID Connect as the Sign-in method.

  5. Select Web application as the Application type.

  6. Select Next.

  7. Enter DigiCert​​®​​ account as the App integration name.

  8. Optional: Add a logo to the App logo field.

  9. Refer to Connect DigiCert to your IdP to complete the following fields:

    1. Copy the Redirect URI from DigiCert account and paste it into the Sign-in redirect URIs field in Okta.

      Example: https://accounts.digicert.com/app/imauth/sso/oidc/callback

    2. Copy the Logout URL from DigiCert account and paste it into the Sign-out redirect URIs field in Okta.

      Example: https://accounts.digicert.com/app/imauth/api/v1/logout

  10. Complete all compulsory fields based on your security standards.

  11. Select Save.

  12. On the General tab:

    1. Copy the Login URL from DigiCert account and paste it into the Initiate login URI field in Okta.

      Example: https://accounts.digicert.com/app/imauth/sso/oidc/a1bc2345d678912e345ef6e78gh91234i5

    2. Select Save.

    3. Copy the Client ID field in Okta and paste it in the following fields in DigiCert account:

      1. Client ID

      2. ID token audience

    4. Copy the Client secret field in Okta and paste it in the Client secret field in DigiCert account.

  13. Construct the following URL https://{yourOktaDomain}/.well-known/openid-configuration and paste it into the Provider URL field in DigiCert account.

  14. Select the Assignments tab to assign necessary users to the DigiCert​​®​​ account OIDC app in Okta.

注記

For more information, refer to Okta Help Center.

  1. Sign in to your Microsoft Entra admin center.

  2. Go to App registrations > New registration.

  3. Select Create App integration:

  4. Select OIDC - OpenID Connect as the Sign-in method.

  5. Enter DigiCert​​®​​ account in the Name field.

  6. In the field Who can use this application or access this API?, select Accounts in this organizational directory only.

  7. Identify the Redirect URL (optional) section in Microsoft Entra:

    1. In the first dropdown menu, select Web.

    2. Copy the Redirect URI from DigiCert account and paste it in the second dropdown menu.

      Example: https://accounts.digicert.com/app/imauth/sso/oidc/callback

  8. Select Register.

  9. Once registered, select Overview > Endpoints.

  10. Open the OpenID Connect metadata document URL and copy the Issuer URL and paste it into the Provider URL in DigiCert account.

  11. In the Essentials section, create a client secret:

    1. Copy the Application (client) ID field in Microsoft Entra and paste it in the Client ID and ID token audience field in DigiCert account.

    2. To create a client secret:

      1. Select Add a certificate or secret in the Client credentials field.

      2. Select Client secrets > New client secret.

      3. Enter DigiCert​​®​​ account in the Description field.

      4. Select an expiry date in the Expires field.

      5. Select Add.

    3. On the Client secrets tab, copy the value next to the DigiCert​​®​​ account secret you just created and paste it in the Client secret field in DigiCert account.

  12. Refer to Connect DigiCert to your IdP to complete the following fields:

    1. Copy the Logout URL from DigiCert account and paste it into the Sign-out redirect URIs field in Microsoft Entra.

      Example: https://accounts.digicert.com/app/imauth/api/v1/logout

    2. Copy the Login URL from DigiCert account and paste it into the Base URIs field in Microsoft Entra.

      Example: https://accounts.digicert.com/app/imauth/sso/oidc/a1bc2345d678912e345ef6e78gh91234i5

  13. Select the Assignments tab to assign necessary users to DigiCert​​®​​ account.

  1. Sign in to your PingOne admin console.

  2. Go to Applications > Applications.

  3. Select Add application:

  4. Select OIDC Web App (or OIDC Web in PingFederate) as the Sign-in method.

  5. Select Web application as the Application type.

  6. Enter DigiCert​​®​​ account as the Application name.

  7. Optional: Add a logo to the App logo field.

  8. Refer to Connect DigiCert to your IdP to complete the following fields:

    1. Copy the Redirect URI from DigiCert account and paste it into the Sign-in redirect URIs field in Ping ID.

      Example: https://accounts.digicert.com/app/imauth/sso/oidc/callback

    2. Copy the Logout URL from DigiCert account and paste it into the Logout Redirect URI field in Ping ID.

      Example: https://accounts.digicert.com/app/imauth/api/v1/logout

    3. Copy the Login URL from DigiCert account and paste it into the Base/Login URI field in Ping ID.

      Example: https://accounts.digicert.com/app/imauth/sso/oidc/a1bc2345d678912e345ef6e78gh91234i5

  9. Complete all compulsory fields based on your security standards.

  10. Select Save.

  11. On the Configuration / General tab tab, identify the following information to complete the Connect your IdP to DigiCert:

    1. Copy the Client ID field in Ping ID and paste it in the Client ID field in DigiCert account.

    2. Copy the Client secret field in Ping ID and paste it in the Client secret field in DigiCert account.

    3. Identify the well-known discovery URL (your Ping ID domain), also referred to as the Issuer URL in Ping ID and paste it into the Provider URL in DigiCert account. Example: https://{yourPingIdDomain}/.well-known/openid-configuration

    4. In the Login section, copy the Token ID field in Ping ID and paste it into the ID token audience field in DigiCert.

    5. Copy the Issuer URL in Ping ID and paste it into the Provider URL field.

  12. Select the Assignments tab to assign necessary users to DigiCert​​®​​ account.

次の操作

IDP 側で残りのステップをすべて終了し、接続を完了させます。 DigiCert​​®​​ account

DigiCert​​®​​ account は、アカウント内の既存ユーザーに、「Single sign-on access to DigiCert」というメールを送信します。このメールにより、アカウントに対して SSO が有効になったことがユーザーに通知されます。ユーザーは[サインイン]を選択して、SSO サインインページにアクセスします。その際、SSO URL(デジサートが提供するログイン開始エンドポイント)を使用してアカウントにサインインします。

二要素認証(2FA)と OIDC を使用した SSO

2FA が有効になっている場合でも、IdP に対してすでに OTP が入力されている場合、デジサートは OTP の入力を求めません。