|
|
|
|
|
by consumer451
812 days ago
|
|
> it may be caused by fear of outages My only experience with anything close to this is website SSL certs. Back in the day, we used to renew certs from once a year, to as long as once every five years. It was somewhat normal for certs to expire and things to go awry. Then Let's Encrypt came along with certs that expire in 90 days. I believe the thinking was that a shorter period would ensure that systems and org processes were always ready for certificate regeneration, to avoid outages. My question is the case of Azure AD, is the design of a system where rotating a key would cause an outage, a bad design which is avoidable? note: Please let me know if I am using any incorrect terminology, or not understanding a basic concept, in the interest of learning. |
|
The rotation isn't what stands out to me, it's the fact that the secret material wasn't on some HSM. Rotation can be tricky but why allow applications read access to the private key material at all.