Skip to content

Commit 0da9393

Browse files
committed
Merge pull request #65 from mmell/master
fix request_proxy_ticket arguments in the README
2 parents 4cbacc2 + ddf65f3 commit 0da9393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ to authenticate another application:
267267

268268
service_uri = "http://some-other-application.example.foo"
269269
proxy_granting_ticket = session[:cas_pgt]
270-
proxy_ticket = CASClient::Frameworks::Rails::Filter.client.request_proxy_ticket(service_uri, proxy_granting_ticket)
270+
proxy_ticket = CASClient::Frameworks::Rails::Filter.client.request_proxy_ticket(proxy_granting_ticket, service_uri)
271271

272272
<tt>proxy_ticket</tt> should now contain a valid proxy ticket. You can use it to authenticate other services by sending it together with
273273
the service URI as parameters to your target application:

0 commit comments

Comments
 (0)