diff options
author | Robert Zorko <robertz@gurucue.com> | 2015-10-15 14:41:34 +0200 |
---|---|---|
committer | Robert Zorko <robertz@gurucue.com> | 2015-10-15 14:41:34 +0200 |
commit | feb87a34e3b195d7c204f5d017e108f4f46498e0 (patch) | |
tree | 70cb9c1c8d18ef0797f110fbdd6fc8a2357b2ec7 /index.html | |
parent | 9e75e05583b9ae07e86438c63bcc2dc22be05fea (diff) |
added the web logic for the saml login, but it still needs testing
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ </div> <div class="container"> <div class="row" style="padding: 0; padding-top: 5px;"> - <iframe width="100%" height="850px" frameborder="0" scrolling="no" allowtransparency="true" src="https://codeq.si/Shibboleth.sso/Login?forceAuthn=1"></iframe> + <iframe width="100%" height="850px" frameborder="0" scrolling="no" allowtransparency="true" src="https://codeq.si/Shibboleth.sso/Login?forceAuthn=1" id="aai_iframe"></iframe> </div> </div> </div> |