2018-07-08 15:16:45 +00:00
|
|
|
key: cas
|
|
|
|
title: CAS
|
2018-08-04 21:27:55 +00:00
|
|
|
description: The Central Authentication Service (CAS) is a single sign-on protocol for the web.
|
2018-07-08 15:16:45 +00:00
|
|
|
author: requarks.io
|
2018-08-04 21:27:55 +00:00
|
|
|
logo: https://static.requarks.io/logo/cas.svg
|
2018-10-08 04:17:31 +00:00
|
|
|
color: green darken-2
|
2018-08-13 04:12:44 +00:00
|
|
|
website: https://apereo.github.io/cas/
|
2018-07-08 15:16:45 +00:00
|
|
|
useForm: false
|
2022-07-16 23:41:41 +00:00
|
|
|
isAvailable: true
|
2018-07-08 15:16:45 +00:00
|
|
|
props:
|
2022-07-16 23:41:41 +00:00
|
|
|
baseUrl:
|
|
|
|
type: String
|
|
|
|
title: Base URL
|
|
|
|
hint: 'Base-URL of your WikiJS (for example: https://wiki.example.com)'
|
|
|
|
order: 1
|
|
|
|
casUrl:
|
|
|
|
type: String
|
|
|
|
title: URL to the CAS Server
|
|
|
|
hint: 'Base-URL of the CAS server, including context path. (for example: https://login.company.com/cas)'
|
|
|
|
order: 2
|
|
|
|
casVersion:
|
|
|
|
type: String
|
|
|
|
title: CAS Version
|
|
|
|
hint: 'The version of CAS to use'
|
|
|
|
order: 3
|
|
|
|
enum:
|
|
|
|
- CAS3.0
|
|
|
|
- CAS1.0
|
|
|
|
default: 'CAS3.0'
|
|
|
|
emailAttribute:
|
|
|
|
type: String
|
|
|
|
title: Attribute key which contains the users email
|
|
|
|
default: email
|
|
|
|
order: 4
|
|
|
|
displayNameAttribute:
|
|
|
|
type: String
|
|
|
|
title: Attribute key which contains the users display name (leave empty if there is none)
|
|
|
|
order: 5
|
|
|
|
uniqueIdAttribute:
|
|
|
|
type: String
|
|
|
|
title: Attribute key which contains the unique identifier of a user. (if empty, username will be used)
|
|
|
|
order: 6
|