Auth context

Auth Context - generated by me

{"@context": "https://example.org/contexts/auth_context.jsonld",

"@type": "AuthContext",

"auth_provider": "keycloak",

"auth_method": "otp",

"auth_timestamp": "2025-05-01T12:01:22Z",

"issuer": "https://idp.example.org",

"subject_id": "FARMER_1234",

"kid": "key-2025-01",

"id_token_hash": "sha256:ab349faa12bc908d...",

"token_validated": true}

"verified_claims": {

"iss": "https://idp.example.org",

"sub": "FARMER_1234",

"aud": "my.registry.org",

"amr": ["otp"],

"iat": 1714555200,

"exp": 1714558800,

"auth_time": 1714555190,

"kid": "key-2025-01"}


Last updated

Was this helpful?