You can update the Common Services metadata by using AD FS.
-
Export the metadata of Common Services.
For details, see Exporting Common Services metadata.
- Log in to the AD FS server.
- Select Start > Windows Administrative Tools > AD FS Management.
- From the tree on the left side, select AD FS > Relying Party Trusts.
- In Relying Party Trusts, check the value of Identifier for the Common Services instance that is registered.
-
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.