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...
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 ...
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 Authent...
These days the standard way to get your java libraries is through Maven. However, sometimes you still need to deal with jar files that aren’t available through Maven at all. Perhaps some softwar...
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 aut...
SDL is conducting a series of webinars ahead of the release of SDL Tridion Sites 9 later this year. Recordings of the webinars are made available by SDL. The upcoming release is an important milestone...
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 ...
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 typ...
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...