We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cbacc2 + ddf65f3 commit 0da9393Copy full SHA for 0da9393
1 file changed
README.rdoc
@@ -267,7 +267,7 @@ to authenticate another application:
267
268
service_uri = "http://some-other-application.example.foo"
269
proxy_granting_ticket = session[:cas_pgt]
270
- proxy_ticket = CASClient::Frameworks::Rails::Filter.client.request_proxy_ticket(service_uri, proxy_granting_ticket)
+ proxy_ticket = CASClient::Frameworks::Rails::Filter.client.request_proxy_ticket(proxy_granting_ticket, service_uri)
271
272
<tt>proxy_ticket</tt> should now contain a valid proxy ticket. You can use it to authenticate other services by sending it together with
273
the service URI as parameters to your target application:
0 commit comments