diff options
Diffstat (limited to 'java')
| -rw-r--r-- | java/coldfusion/web/assertionConsumer.cfm | 6 | ||||
| -rw-r--r-- | java/coldfusion/web/singleSignOn.cfm | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/java/coldfusion/web/assertionConsumer.cfm b/java/coldfusion/web/assertionConsumer.cfm index 9c882a10..37c2b878 100644 --- a/java/coldfusion/web/assertionConsumer.cfm +++ b/java/coldfusion/web/assertionConsumer.cfm @@ -1,9 +1,9 @@ <html> <head> - <title>Lasso</title> + <title>Lasso Assertion Consumer</title> </head> <body> - <h1>Lasso</h1> + <h1>Lasso Assertion Consumer</h1> <!-- <cfdump var="#QUERY_STRING#"> <cfobject type="java" name="sys" class="java.lang.System" action="create"> @@ -36,7 +36,7 @@ <cfset lasso.acceptSso()> <cfset identityDump=lasso.getIdentityDump()> <cfset sessionDump=lasso.getSessionDump()> - <!-- TODO: Store identity dump and session dump into your users and sessions databases. --> + <!-- TODO: Store identity dump and session dump into your users and sessions databases.--> <cfoutput> <p>User is now logged. RelayState = #relayState#</p> </cfoutput> diff --git a/java/coldfusion/web/singleSignOn.cfm b/java/coldfusion/web/singleSignOn.cfm index a67809b5..dbd40644 100644 --- a/java/coldfusion/web/singleSignOn.cfm +++ b/java/coldfusion/web/singleSignOn.cfm @@ -1,9 +1,9 @@ <html> <head> - <title>Lasso</title> + <title>Lasso Single Sign-On</title> </head> <body> - <h1>Lasso</h1> + <h1>Lasso Single Sign-On</h1> <!-- <cfobject type="java" name="sys" class="java.lang.System" action="create"> <cfset properties=sys.getProperties()> |
