This method will get the sso link with a token - set query parameter durableJwt=1 to get a long-lasting token without the option to login as the user

GET /api/sessions/{serviceName}/sso

Path parameters

  • serviceName string Required

Query parameters

  • iw-build-id string

    build id of the client

  • iw-package-id string

    package id of the client

Responses

  • 200 application/json

    This method will get the sso link with a token - set query parameter durableJwt=1 to get a long-lasting token without the option to login as the user

GET /api/sessions/{serviceName}/sso
curl \
 --request GET 'https://replace-with-own-host.iw-erp.de/api/sessions/{serviceName}/sso' \
 --header "x-session-token: $API_KEY"
Response examples (200)
{}