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...
In version 2 of SDL’s Digital Experience Accelerator (mostly referred to as DXA), SDL introduced the DXA resolver. Customizing the resolving process can be used to manipulate the list of items t...
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 ...
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...
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 -- ma...
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...
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 Web)Act...
“EditFrames in the Experience Editor is a feature that you can use to give users front-end access to fields that are not directly accessible, either because they are not visible or they are of a...