Tuesday, August 09, 2011

Skandiabanken login

Looking into how Skandiabanken login works.

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:


No comments: