Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Якорь
Obtaining the thumbprint of the token signing certificate
Obtaining the thumbprint of the token signing certificate
5. Obtaining

...

of the token

...

certificate

  1. Open the ADFS management snap-in, select ADFS > Service > Certificates, then double-click on the certificate under Token-signing. You can also right-click the field, then select View Certificate in the context menu.


    Image Added
  2. On the Certificate screen, open the Details tab, select Copy to File, then select OK.


    Image Added
  3. On the Certificate Export Wizard screen, select Next.


    Image Added
  4. Select Base-64 encoded X.509 (.CER), then select Next again.


    Image Added
  5. On the Certificate Export Wizard screen, select Browse to specify the location where you want the Identity Provider Certificate to be exported, then specify the file name.


    Image Added
  6. Select Save. On the Certificate Export Wizard screen, verify the file path is correct, then select Next.

  7. In the Completing the Certificate Export Wizard, select Finish, then select OK to confirm the export was successful.


    Image Added

Incoming requests are confirmed on the Raketa Travel side using the ADFS signature token thumbprint. To get it, open a PowerShell console as a user with administrator rights and run the command

Get-AdfsCertificate Token-Signing.

You will find the thumbprint in the Thumbprint output line.

...