Stampfactory
Dokumentation
Single Sign-on

SSO-Bereitschaft prüfen

Preview before switching enforcement on: SSO matches on the mail address, so everybody without one would lose their way in.

GET
/sso/readiness
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Response-Body

application/json

application/json

curl -X GET "https://example.com/sso/readiness"
{  "employees_total": 0,  "employees_with_email": 0,  "employees_without_email": 0,  "consent_granted": true,  "successful_logins": 0,  "can_enforce": true}