Sign in to access your benefits, permits, and tax records. You will not be asked for a password — Keycloak will use one of:
The actual method is decided by Keycloak's authentication flow. Click Sign in to be redirected.
/realms/<realm>/protocol/openid-connect/auth endpoint
with an Authorization Code + PKCE request. Keycloak runs its
passwordless flow, then redirects back to this app with an authorization
code, which we exchange for OIDC tokens.