...
Code Block | ||||
---|---|---|---|---|
| ||||
<location path="ProxyCallback.aspx"> <system.web> <authorization> <allow users="*"/> </authorization> </system.web> </location> |
Code Block | html | html | <%@ PageLanguage="VB"%> <script||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Panel | ||||||||||||||
| ||||||||||||||
<script runat="server">
Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
pgtIou As String = Request.QueryString.Get("pgtIou")
pgtId As String = Request.QueryString.Get("pgtId") If Not And _ String.IsNullOrEmpty(pgtId) ThenThen 'We have a pgtIou/pgtId pair sent from CAS serverserver call the AssignPgtIDForCallingProxy method of the CASAuthentication classclass will store the pgtId in an application variable with it's name the value of the pgtIou CASAuthenticationpgtIou pgtId) Else
pgtIou/pgtId pair \!")
If
End Sub </script> <html> <head> <title>Proxy Callback Url Page</title> </head> <body> </body> </html>
<html> |
CASProxy.aspx - The CAS Proxy (This would be the same application specified in the ProxyAppUrl attribute in the call to InvokeCASProxy method shown above)
...