CAS Example Java Web App

A sample web application that exercises the CAS protocol features via the Java CAS Client.

License

License

Categories

Categories

IDE Development Tools CLI User Interface
GroupId

GroupId

org.wso2.carbon.extension.identity.authenticator
ArtifactId

ArtifactId

cas-client-webapp
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

war
Description

Description

CAS Example Java Web App
A sample web application that exercises the CAS protocol features via the Java CAS Client.
Project Organization

Project Organization

WSO2

Download cas-client-webapp

How to add to project

<!-- https://jarcasting.com/artifacts/org.wso2.carbon.extension.identity.authenticator/cas-client-webapp/ -->
<dependency>
    <groupId>org.wso2.carbon.extension.identity.authenticator</groupId>
    <artifactId>cas-client-webapp</artifactId>
    <version>1.0.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.extension.identity.authenticator/cas-client-webapp/
implementation 'org.wso2.carbon.extension.identity.authenticator:cas-client-webapp:1.0.1'
// https://jarcasting.com/artifacts/org.wso2.carbon.extension.identity.authenticator/cas-client-webapp/
implementation ("org.wso2.carbon.extension.identity.authenticator:cas-client-webapp:1.0.1")
'org.wso2.carbon.extension.identity.authenticator:cas-client-webapp:war:1.0.1'
<dependency org="org.wso2.carbon.extension.identity.authenticator" name="cas-client-webapp" rev="1.0.1">
  <artifact name="cas-client-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.extension.identity.authenticator', module='cas-client-webapp', version='1.0.1')
)
libraryDependencies += "org.wso2.carbon.extension.identity.authenticator" % "cas-client-webapp" % "1.0.1"
[org.wso2.carbon.extension.identity.authenticator/cas-client-webapp "1.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jasig.cas.client : cas-client-core jar 3.4.1
org.jasig.cas.client : cas-client-support-saml jar 3.4.1

Project Modules

There are no modules declared in this project.

Welcome to the WSO2 Identity Server (IS) CAS inbound authenticator.

WSO2 IS is one of the best Identity Servers, which enables you to offload your identity and user entitlement management burden totally from your application. It comes with many features, supports many industry standards and most importantly it allows you to extent it according to your security requirements. This repo contains Authenticators written to work with different third party systems.

With WSO2 IS, there are lot of provisioning capabilities available. There are 3 major concepts as Inbound, outbound provisioning and Just-In-Time provisioning. Inbound provisioning means , provisioning users and groups from an external system to IS. Outbound provisioning means , provisioning users from IS to other external systems. JIT provisioning means , once a user tries to login from an external IDP, a user can be created on the fly in IS with JIT. Repos under this account holds such components invlove in communicating with external systems.

org.wso2.carbon.extension.identity.authenticator

WSO2 Extensions

Versions

Version
1.0.1
1.0.0