Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions plugin-cas/docs/src/docs/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ https://www.jasig.org/cas[CAS] is a popular single sign-on implementation. It's

There isn't much that you need to do in your application to be a CAS client. Add a dependency in `build.gradle` for this plugin:

If you are using 3.3.x use:

[source,groovy]
[subs="attributes"]
.build.gradle
Expand All @@ -43,21 +41,6 @@ dependencies {
...
----

If you are using Grails 3.0.x 3.1.x or 3.2.x use:

[source,groovy]
[subs="attributes"]
.build.gradle
----
dependencies {
...
implementation 'org.apache.grails:grails-spring-security-cas:{threeZeroXProjectVersion}'
...
----




then configure any required parameters and whatever optional parameters you want in application.yml or application.groovy. These are described in detail in the <<configuration>> section but typically you only need to set these properties:

[source,yaml]
Expand Down
Loading