- Register your application
- Configure a suitable CAS client
- Test and troubleshoot
Type: Single Sign-On (SSO) Protocol
Purpose: Enables users to authenticate once and gain access to multiple applications without needing to log in again.
Flow:
-
User requests access to an application.
-
Redirected to the CAS server for authentication.
-
Users enter their credentials to the CAS server.
-
CAS returns a ticket to the application, granting access.
Use Cases: CAS is primarily used for single sign-on (SSO) in web applications.
Integration: CAS can be integrated with various applications using its ticket-based approach.
Free
7×24
CAS Client Configuration
- CAS login URL - https://cas.ust.hk/cas/login
- CAS v2 ticket validation URL - https://cas.ust.hk/cas/serviceValidate
- CAS v3 ticket validation URL - https://cas.ust.hk/cas/p3/serviceValidate
- SAML 1.1 ticket validation URL - https://cas.ust.hk/cas/samlValidate
- CAS logout URL - https://cas.ust.hk/cas/logout
- CAS proxy ticket request URL - https://cas.ust.hk/cas/proxy
- CAS proxy ticket validation URL - https://cas.ust.hk/cas/proxyValidate
- CAS v3 proxy ticket validation URL - https://cas.ust.hk/cas/p3/proxyValidate
Attribute Release
Upon successful authentication of an user, you can choose to retrieve attributes of the user. CAS server can release these attributes for CAS applications.
CAS Proxy Requirements