Skip to main content

Gateway CAS configuration

Client support

  • Dynamic App

Prerequisities

  • Running CAS Server with service with SAMO url enabled

Environment properties

PropertyTypeRequired for CAS authenticationDescriptionExample value
gateway.cas.enabledbooleantrue (default false)Enable CAS authentication (default false).true
gateway.cas.service_uristringtrueCAS Service uri (SAMO url).http://server:port/da-kontext
gateway.cas.cas_server_uristringtrueUri of cas server.https://cas-server/cas
gateway.cas.user_id_attributestringtrueName of the attribute which is mapped into user external id.personId
gateway.cas.cas_server_internal_uristringfalseInternal uri of cas server. Used when dynamic app and gateway need to acces different url. If not defined, gateway.cas.cas_server_uri is used.http://internal-cas-server:8080/cas
gateway.cas.cas_server_login_uristringfalseLogin uri of cas server. If not defined, gateway.cas.cas_server_uri/login is used.https://cas-server/cas/login
gateway.cas.cas_server_logout_uristringfalseLogout uri of cas server. If not defined, gateway.cas.cas_server_uri/logout is used.https://cas-server/cas/logout