Content Delivery Monitoring in AWS with CloudWatch
This post describes a way of monitoring a Tridion 9 combined Deployer by sending the health checks into a custom metric in CloudWatch in AWS. The same approach can also be used for other Content...
View ArticleCreate User from JavaScript Client Using CoreService
This post presents some sample code on how to create a Tridion user from JavaScript client using the CoreService. It is based on the setup presented in previous posts and it only makes use of JQuery...
View ArticleJQuery JavaScript Client for CoreService
In my previous post, I presented a JavaScript CoreService client that was using the out-of-the-box Visual Studio project and a WCF generated JS proxies using the Microsoft AJAX framework.In this blog...
View ArticleJavaScript Client for CoreService
This blog post shows a way to connect to CoreService directly from a JavaScript client. The CoreService is a WCF web-service, which by default uses SOAP to communicate with its clients. However, it is...
View ArticleWorkflow Listener SDL Web 8.5 with ADFS
Using the Workflow listener service with ADFS authentication is quite straight forward, if we use the Basic Authenticator. The service WFListener.asmx is not a WCF service, therefore we can't use...
View ArticleTemplateBuilder and Assembly Upload Services with ADFS
Using either of the templating services (i.e. AssemblyTemplateUploadWebService.asmx and CompoundTemplateWebService.asmx) with ADFS authentication is quite straight forward, if we use the Basic...
View ArticleContent Porter 8.5 with ADFS
Content Porter uses Basic auth to communicate with the ImportExport service. This means the federated security approach will not work.Luckily, we have the Basic Authenticator that exposes the ADFS...
View ArticleImportExport Service with ADFS
Using the ImportExport service with ADFS authentication is quite straight forward, if we use the Basic Authenticator. This one exposes a Basic authentication scheme, while communicating with the ADFS...
View ArticleA Validating Saml2SecurityTokenHandler
In a previous blog post, I talked about a SecurityTokenHandlers collection of different security tokens. This is a class from the .NET security framework and it allows a unified entry to different...
View ArticleAdfsClient Class
As mentioned in a previous blog post, this class takes care of the interaction with the ADFS server.Its main functionality is to request and decrypt SAML tokens from an ADFS server.The class makes use...
View ArticleBasic Authenticator Web 8.5 with ADFS
This post presents a Basic Authenticator wrapper around ADFS security. This authenticator allows a client and web-service to use Basic authorization security, while the actual security authentication...
View ArticleCoreService and ADFS with Issued Token
If in an earlier post CoreService with ADFS, I was talking about XML configuration of the .NET client application when connecting to a SDL Web 8.5 instance secured with ADFS, in this post I am showing...
View ArticleCoreService with ADFS
This post presents a way to connect to the SDL Web 8.5 CoreService form a .NET client using ADFS federated security.In this particular setup, the client application -- a .NET Console application --...
View ArticleSAML Authenticator Web 8.5 with ADFS
This post continues the setup of Single Sign-On for Web 8.5 with ADFS presented in an earlier blog post.This SAML Authenticator is a .NET HTTP Module that is configured to intercept all requests going...
View ArticleSingle Sign-On SDL Web 8.5 CME and ADFS
In order to use SDL Web 8.5 and ADFS, we first have to enable SSO (Single Sign-On) on the SDL Web side.The setup I have is:SDL Web 8.5 installed in AWS (but it is the on-premise version of SDL...
View ArticleInstall ADFS Server and Relying Party
In the next series of blog posts, I am writing about securing SDL Web 8.5 (on-premise installation) against an Active Directory, through an ADFS (Active Directory Federation Service) server.The goal is...
View Articlesdl-healthcheck as Windows Service
This post describes how to convert the 'sdl-healthcheck' application to a Windows Service.SDL-healthcheck is a Java application that creates a webservice around the SDL Web microservices in order to...
View ArticleFine-Tuning the Publishers-Deployers Infrastructure
In order to squeeze the most performance out of the publishing in a Tridion, SDL Web system, there is a high amount of parameters and configurations that must all be optimized. This post presents a few...
View ArticleUsing Amazon SQS for Out-Scaled Deployers
When a Deployer Receiver receives a transport package, it notifies the Deployer Workers there is 'work' for them to do. This notification can take the form of JMS messages sent using some kinds of...
View ArticleUsing File System Queues for Out-Scaled Deployers
When a Deployer Receiver receives a transport package, it notifies the Deployer Workers there is 'work' for them to do. This notification can take the form of files on a shared File System. The...
View Article