Single Sign On (SSO)
The SSO (Single Sign On) endpoint enables the integrator to create a token URI that pre-authenticates the user, so that the user can navigate directly to the oppdrag/document requested.
The endpoint serves to actions:
MakeTokeUrls
This action takes the documentID or oppdragID as input. The user authenticated will be the user authenticated in the SOAP call. The response gives the following:
Name | Description |
---|---|
meglerOppdrag | Url to the oppdrag (Example: https://www.etinglysing.no/megler/oppdrag/231.form?token=abc321 |
meglerOppdragsListe | Url to the search opppdrag page. (Example: https://www.etinglysing.no/megler/oppdrag.form?token=abc123 ) |
tokenKey | The token(Example: 1so4NmpPKXWgVCQ6nZKWzA%3D%3D) |
validUntillGmtMs | The timestamp when token expires |
InvalidateToken
A service that invalidates a generated token. It only takes the token provided in the “makeTokenUrls” action.