Login with certificate link leads to:
http://www.skandiabanken.se/hem/templates/pages/StartPage____1579.aspx?login=1
Leder till Bank ID/Certifikatsval.
Klick på Certifikats-radioknappen verkar leda till:
ActiveNextButtonBankIdCert();SetBankIDChoosen(1)
"Gå vidare" Button calls BankIDActivate()
Ends up calling:
document.authenticateIE.PerformAction('Authenticate');
or
var res = document.authenticateMoz.PerformAction('Authenticate');
Depending on if the browser is IE or Mozilla. No action for other browsers.They are defined like this:
<object id="authenticateIE" classid="CLSID:DD137900-E4D7-4b86-92CC-2E968F846047"></object>
235 <object id="authenticateMoz" type="application/x-personal-authentication" length="0" height="0"></object>
No comments:
Post a Comment