Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
New releases of Episerver CMS UI and Episerver Campaign. Bug fixes for Episerver Content Delivery API.
Area | ID | Type | Description | Released |
---|---|---|---|---|
CMS-17745 |
Hide preview options for content without a view
When the user interface displays an item that has no view, features that cannot be used will be hidden. Such features are:
EPiServer.CMS.UI 11.35.0; (Or a related package);
| Apr 13, 2021 | ||
HAPI-1419 |
Additional Clients cannot be defined
Steps to reproduce: app.UseContentApiIdentityOAuthAuthorization <ApplicationUserManager<ApplicationUser>, ApplicationUser>(new ContentApiOAuthOptions { Clients = new[] { new ApiClientInfo { AccessControlAllowOrigin = "*", ClientId = "Custom"} } }); Make a call to the auth endpoint with the custom ClientId. Expected result: The new custom client should be defined. Actual result: You get a 400 response: { "error": "invalid_client_id", "error_description": "Client 'Custom' is not registered in the system." } This is because the IdentityAuthorizationServerProvider uses constructor injection to get the ContentApiOAuthOptions. They should be passed in as they are never registered in StructureMap.
EPiServer.ContentDeliveryApi 2.19.1; (Or a related package);
| Apr 13, 2021 |
Episerver Campaign 8.54
Last updated: Apr 13, 2021