diff options
Diffstat (limited to 'doc/integration/cas.md')
-rw-r--r-- | doc/integration/cas.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/integration/cas.md b/doc/integration/cas.md index cf4e501e772..eee801350eb 100644 --- a/doc/integration/cas.md +++ b/doc/integration/cas.md @@ -45,10 +45,10 @@ To enable the CAS OmniAuth provider you must register your application with your - { name: 'cas3', label: 'cas', args: { - url: 'CAS_SERVER', - login_url: '/CAS_PATH/login', - service_validate_url: '/CAS_PATH/p3/serviceValidate', - logout_url: '/CAS_PATH/logout'} } + url: 'CAS_SERVER', + login_url: '/CAS_PATH/login', + service_validate_url: '/CAS_PATH/p3/serviceValidate', + logout_url: '/CAS_PATH/logout' } } ``` 1. Change 'CAS_PATH' to the root of your CAS instance (ie. `cas`). |