finsit API - SAML

A collection of help pages for using the API.

Single-Sign-On (SSO)

Third party software applications can use our Single-Sign-On service in order to give the users ability to "login" without having to specify username and password every time.

Login

URL https://web.foretagsplatsen.se/Account/Login
Supported verbs GET

The service will redirect the user to the appropriate area. Agency users will be redirected to the BackOffice area and company users to the presentation page for the company that they are connected to (or an overview of companies in case they are connected to more than one).

E.g.

GET /Account/Login/ HTTP/1.1  

Login to a specific company

URL https://web.foretagsplatsen.se/Account/Login/{BusinessIdentityCode}
Supported verbs GET

The service will redirect the user to the presentation page of the specified company.

E.g.

GET /Account/Login/556898-6787 HTTP/1.1  

SAML SSO

To presentation https://web.foretagsplatsen.se/Account/SamlLogin/{AgencyId}/{BusinessIdentityCode}
To agency area https://web.foretagsplatsen.se/Account/SamlLogin/{AgencyId}/{BusinessIdentityCode}/Admin
Supported verbs GET
Optional parameters
exitUrl The address where the user shall be redirected when clicking "Back". (this is usually the portal from which the user loggin in from)
exitText The text that should be displayed instead of "Back"
Assertion consumer service URL
URL https://web.foretagsplatsen.se/Account/SamlLogin
Supported verbs POST