Hi!
After the summer holidays, I realised that the token decripting and token signing certificates from the ADFS, were about to expire. I tried to execute the following command to update immediately the certificates:
Update-ADFSCertificate -Urgent
but I received the following message error:
To enable the ADFS automatic certificate rollover, use the below Powershell script command, this will help if you want to add a token signing certificate when the automatic certificate rollover is enabled.
Set-ADFSProperties -Autocertificaterollover $true
After doing that, I was able to update the ADFS certificates from the certificate store.
Hope it helps!
Do you mean “To enable the ADFS automatic certificate rollover” ?
You say disable..
LikeLike
typos everywhere 😛
LikeLike