A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
May 12, 2022
Dec 15, 2022
CMS Core
Closed, Acceptance tests pass
Content Cloud provides signing and encryption certificates that the OpenID Connect library can use when an application is hosted in DXP and the Cloud Platform package is installed. The self-signed certificates are provisioned and renewed automatically in Azure Key Vault.
Available certificates:
API:
services.AddCmsCloudPlatformSupport(_configuration); var certificates = EPiServer.CloudPlatform.Cms.Certificates.CertificatesProvider.Get(_configuration); services.AddOpenIDConnect<ApplicationUser>( useDevelopmentCertificate: false, certificates.SigningCertificate, certificates.EncryptionCertificate, createSchema: true);
See https://docs.developers.optimizely.com/content-cloud/v1.5.0-content-delivery-api/docs/api-authentication for more information.