mirror of
https://github.com/documize/community.git
synced 2025-08-07 22:45:24 +02:00
Get firstname and lastname from CAS attributes
This commit is contained in:
parent
15e687841f
commit
fbb73560c0
2 changed files with 30 additions and 1 deletions
21
domain/auth/cas/README.md
Normal file
21
domain/auth/cas/README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Authenticating with Aperao CAS
|
||||
|
||||
## Introduction
|
||||
|
||||
Documize can delegate user authentication to aperao CAS integration.
|
||||
|
||||
This document assumes that the Documize administrator has installed and is familiar with CAS server.
|
||||
|
||||
https://www.apereo.org/projects/cas
|
||||
|
||||
Documize is tested against the CAS version 5.3.x.
|
||||
|
||||
## Configuring Documize
|
||||
|
||||
CAS authentication is configured and enabled from Settings.
|
||||
|
||||
Type in the CAS Server URL, Redirect URL.
|
||||
|
||||
* **CAS Server URL**: The CAS host address, eg: `https://cas.example.com`
|
||||
* **Redirect URL**: The CAS authorize callback URL. If your documize URL is `https://example.documize.com,` then redirect URL is `https://example.documize.com/auth/cas`.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue