Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
marcus.hardt
pluto
Commits
d63b1b5f
Commit
d63b1b5f
authored
Nov 24, 2014
by
marcus-tun
Browse files
Improved output
parent
574b2f8b
Changes
1
Show whitespace changes
Inline
Side-by-side
server/sso.py
View file @
d63b1b5f
...
...
@@ -70,10 +70,16 @@ def handler(req):
<!-- TODO(daniel): host locally; jquery v1 for included IE support.. --!>
<script src="js/crypto-js/aes.js"></script>
<script src="js/jquery-1.11.1.min.js"></script>
<p id="data"> data </p>
<p id="stat"> stat </p>
<p id="stat_post"> post </p>
<p id="url"> url </p>
<p> Obtaining temporary password url </p>
<table border="1">
<tr> <th> Action </th><th> Status </th></tr>
<tr> <td> Get assertion: </td><td id="stat_get"> Wait </td> </tr>
<tr> <td> Encrypting assertion: </td><td id="stat_enc"> Wait </td> </tr>
<tr> <td> Upload encrypted assertion </td><td id="stat_post"> Wait </td> </tr>
</table>
<br/><p> You can now use this URL as a temporary password:<br/>
<b id="url"> Wait </b></p>
<script src="js-new.js"></script>
<head> </head>
<body> </body>
...
...
@@ -144,6 +150,7 @@ def handler(req):
# return the url as key=value FIXME
req
.
write
(
"url=%s"
%
assertion_url
)
#req.write("%s" % assertion_url)
#########
# debug #
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment