Skip to content

Commit

Permalink
Merge pull request #5 from intgr/cas-v3-uri
Browse files Browse the repository at this point in the history
Update URL suffix for CAS v3 serviceValidate
  • Loading branch information
evgenyfadeev committed May 8, 2017
2 parents a916683 + 05f5c5a commit c3ac4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cas.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def parse_response_xml(cls, response):

class CASClientV3(CASClientV2, SingleLogoutMixin):
"""CAS Client Version 3"""
url_suffix = 'serviceValidate'
url_suffix = 'p3/serviceValidate'
logout_redirect_param_name = 'service'

@classmethod
Expand Down

0 comments on commit c3ac4b6

Please sign in to comment.