Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4186)

Unified Diff: chrome/test/data/login/saml_login_no_passwords.html

Issue 138133006: Add credential passing API for Chrome OS SAML login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/login/saml_login_no_passwords.html
diff --git a/chrome/test/data/login/saml_login_no_passwords.html b/chrome/test/data/login/saml_login_no_passwords.html
new file mode 100644
index 0000000000000000000000000000000000000000..4b647330bf3f2e13986c1e62e03031cf6a78743d
--- /dev/null
+++ b/chrome/test/data/login/saml_login_no_passwords.html
@@ -0,0 +1,10 @@
+<html>
+ <head></head>
+ <body>
+ <form method=post action="$Post">
+ <input type=hidden name=RelayState value="$RelayState">
+ User: <input type=text id=Email name=Email>
+ <input id=Submit type=submit>
+ </form>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698