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

Ключ

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

...

After all necessary settings, you should provide:

Full table File.xlsx

  • Entity ID – Your internal corporate portal URL.
  • SAML SSO URL – Your login page URL, which we will use to redirect users to your identity system.
  • Remote logout URL – Your URL, which we will use to redirect users after they log out.
  • X509 Certificate.Certificate  – auto-generated certificate file. You need to download, item 5

After meeting the basic requirements, install ADFS. Configuration and installation are detailed in the Microsoft Knowledge Base:
https://docs.microsoft.com/en-us/windows-server/identity/ad-fs/deployment/deploying-a-federation-server-farm

...

...

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

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.

...

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