プライマリ・コンテンツに移動
Oracle® Fusion Middleware Oracle Access Management管理者ガイド
11g リリース2 (11.1.2.3) for All Platforms
E61950-08
目次へ移動
目次

前
次

63.2 OpenSSOエージェントの登録

OpenSSOエージェントを登録できます。

始める前に、次のステップを実行してください。

  • エージェント・プロファイルがOracle Access Management側で作成されるように、リモートでエージェントを登録します。次の場所にあるOAMサーバーでリモート登録ツールを使用します。

    <Middleware_Home>/Oracle_IDM1/oam/server/rreg
    
  • OAMサーバーおよびSAPサーバーの完全修飾ドメイン名が両方のシステムのhostsファイルで更新されていることを確認します。

    エージェントのインストールと登録、およびOAMの構成時は、必ずSAPおよびOAMサーバーの完全修飾ドメイン名を使用してください。

  1. 編集用の適切なXMLリクエスト・ファイルを開きます。リクエスト・ファイルは、登録のための入力値を指定するものです。

    リクエスト・ファイルは入力フォルダ内にあります。

  2. 環境に合せて特定の値を変更します。
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved. 
       NAME: OpenSSORequest.xml - Template (with all options) for OpenSSO Agent Registration Request file
       DESCRIPTION: Modify with specific values and pass file as input to the tool-->
    <OpenSSORegRequest>
        <serverAddress>http://OAMserver.example.com:7001</serverAddress>  
        <hostIdentifier>OPENSSO_HOSTID8</hostIdentifier>
        <agentName>OPENSSO_SAP8</agentName>
        <agentBaseUrl>http://SAPserver.example.com:50000</agentBaseUrl>
        <applicationDomain>OPENSSO_APPDOMAIN</applicationDomain> //Modify this.
        <autoCreatePolicy>true</autoCreatePolicy>
        <agentType>J2EE</agentType>
        <agentVersion>2.2</agentVersion> //Important: Make sure the version is 2.2.
        <agentDebugDir></agentDebugDir>
        <agentAuditDir></agentAuditDir>
        <agentAuditFileName></agentAuditFileName>
        <protectedAuthnScheme></protectedAuthnScheme>
    </OpenSSORegRequest>
    
  3. エージェントを登録するには、コマンド・プロンプトを開き、rregツールのbinディレクトリから次のコマンドを実行します。
    oamreg.sh inband input/OpenSSORequest
    

    コマンドを実行すると、AMAgent.propertiesファイルが出力されます。これは出力ディレクトリにあります。

    ノート:

    OpenSSO Agent 2.2の場合、出力ファイルは1つしかありませんが(AMAgent.properties)、OpenSSO Agent 3の場合、出力ファイルは2つあります(OpenSSOAgentBootstrap.propertiesおよびOpenSSOAgentConfiguration.properties)。

    この登録で、OAMドメインのoam-config.xmlファイルにフットプリントが作成されます。これは次の場所にあります。

    <Middleware_home>/user_projects/domains/base_domain1/config/fmwconfig/oam-config.xml

    登録済エージェントは次のエントリと同様です。

    <Setting Name="<Agent_Name>" Type="htf:map">

    登録プロセスは完了です。