Skip to content

Commit

Permalink
use CAS 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Megapixel99 committed Feb 2, 2021
1 parent 27b7483 commit 63b6d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/passport-cas.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function CasStrategy(options, verify) {

this.cas = new CAS({
base_url: this.casBaseUrl,
version: 2,
version: 3,
external_pgt_url: this.casPgtUrl,
ssl_cert: options.sslCert,
ssl_key: options.sslKey,
Expand Down

0 comments on commit 63b6d0b

Please sign in to comment.