Skip to content

Commit

Permalink
existing URL as proxy callback added
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jul 23, 2013
1 parent 433fa3b commit 3f95383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realms/yanel-website/realm.xml
Expand Up @@ -17,7 +17,7 @@
<web-authenticator class="org.wyona.yanel.servlet.security.impl.CASWebAuthenticatorImpl">
<cas:login xmlns:cas="http://www.wyona.org/yanel/cas/1.0.0" redirect="true">https://127.0.0.1:7443/cas-server-webapp-3.5.2/login</cas:login>
<cas:validate xmlns:cas="http://www.wyona.org/yanel/cas/1.0.0">https://127.0.0.1:7443/cas-server-webapp-3.5.2/serviceValidate</cas:validate>
<cas:proxyCallback xmlns:cas="http://www.wyona.org/yanel/cas/1.0.0">https://localhost:8443/yanel/pgtCallbackByCAS</cas:proxyCallback>
<cas:proxyCallback xmlns:cas="http://www.wyona.org/yanel/cas/1.0.0">https://127.0.0.1:8443/yanel/yanel-website/index.html</cas:proxyCallback>
<cas:logout xmlns:cas="http://www.wyona.org/yanel/cas/1.0.0">https://127.0.0.1:7443/cas-server-webapp-3.5.2/logout</cas:logout>
</web-authenticator>
-->
Expand Down

0 comments on commit 3f95383

Please sign in to comment.