SXMGovernment of Sint MaartenOfficial eID Platform

Level of Assurance (LoA)

How the Sint Maarten eID platform expresses authentication strength in OpenID Connect tokens for citizens, government applications, and relying parties.

Policy version 1.0Updated August 2026

Purpose

When a citizen signs in, eID issues OIDC ID tokens that include acr (authentication context), amr (authentication methods), and auth_time (when authentication occurred). SXM brokers SSO to government apps; relying parties read these claims to understand how strongly the user was authenticated.

Assurance levels

Authentication methods (amr)

amrMeaning
pwdPassword verified
smsSMS one-time password (MFA)
otpTOTP authenticator app (MFA)
hwkHardware key / passkey (WebAuthn)
sessionExisting portal session reused (SSO resume)
recoveryMFA recovery flow completed

OIDC claims

ClaimDescription
acrAuthentication Context Class Reference — LoA URI for this login
amrJSON array of authentication methods used (e.g. pwd, sms, hwk)
auth_timeUnix timestamp when the user authenticated

Machine-readable metadata: OIDC discovery document lists acr_values_supported and claims_supported.

Identity vs authentication assurance

  • Identity assurance (IAL) — PSC enrolment, document verification, UIN/eID issuance.
  • Authentication assurance (LoA) — login and MFA at sign-in (this policy).

High identity assurance at enrolment does not replace LoA at login; both apply.