Updating the Common Services metadata by using AD FS

Ops Center Installation and Configuration Guide

Version
11.0.x
Audience
anonymous
Part Number
MK-99OPS001-23
You can update the Common Services metadata by using AD FS.
  1. Export the metadata of Common Services.
  2. Log in to the AD FS server.
  3. Select Start > Windows Administrative Tools > AD FS Management.
  4. From the tree on the left side, select AD FS > Relying Party Trusts.
  5. In Relying Party Trusts, check the value of Identifier for the Common Services instance that is registered.
  6. Run the following command in PowerShell:
    Update-AdfsRelyingPartyTrust -MetadataFile storage-location-of-the-metadata-file -TargetIdentifier ID-of-the-relying-party
    For ID-of-the-relying-party, specify the value of Identifier for Common Services (checked in the previous step).
    Example:
    Update-AdfsRelyingPartyTrust -MetadataFile metadata.xml -TargetIdentifier https://www.example.com:8443/auth/realms/opscenter

    For details on the command, see the AD FS documentation.