/
Security CAS Client

Security CAS Client

Description

The Security CAS Client bundle contains client files needed by components that are performing authentication with CAS. This includes setting up the CAS SSO servlet filters and also starting a callback service that is needed to request proxy tickets from CAS.

Configuration

Installation

This bundle is not installed by default and can be added by installing the security-cas-client feature.

Settings

Configuration NameDefault ValueAdditional Description
Server Namehttps://server:8993This is the name of the server that is calling CAS. The URL is used during CAS redirection to redirect back to the calling server.
CAS Server URLhttps://cas:8443/casThe main URL to the CAS Web Application
CAS Server URL Prefix/loginThe suffix to the cas login url.
Proxy Callback URLhttps://server:8993/ssoFull URL of the callback service that CAS hits to create proxy tickets.
Proxy Receptor URL/sso 

Implementation Details

Imported Services

None.

Exported Services

Registered InterfaceImplementation ClassProperties Set

javax.servlet.Filter

ddf.security.cas.client.ProxyFilter

CAS Filters