{
    "authentication": {
        "@class": "org.apereo.cas.authentication.DefaultAuthentication",
        "authenticationDate": "2021-11-07T10:07:07.4152978Z",
        "principal": {
            "@class": "org.apereo.cas.authentication.principal.SimplePrincipal",
            "id": "employee"
        },
        "credentials": [
            {
                "@class": "org.apereo.cas.authentication.metadata.BasicCredentialMetaData",
                "id": "employee",
                "credentialClass": "org.apereo.cas.authentication.credential.UsernamePasswordCredential"
            }
        ],
        "attributes": {
            "credentialType": [
                "UsernamePasswordCredential"
            ],
            "clientIpAddress": [
                "0:0:0:0:0:0:0:1"
            ],
            "authenticationDate": [
                1636279627
            ],
            "authenticationMethod": [
                "LdapAuthenticationHandler"
            ],
            "geoLocation": [
                "unknown"
            ],
            "successfulAuthenticationHandlers": [
                "LdapAuthenticationHandler"
            ],
            "serverIpAddress": [
                "0:0:0:0:0:0:0:1"
            ],
            "userAgent": [
                "PostmanRuntime/7.28.3"
            ]
        },
        "successes": {
            "LdapAuthenticationHandler": {
                "@class": "org.apereo.cas.authentication.DefaultAuthenticationHandlerExecutionResult",
                "handlerName": "LdapAuthenticationHandler",
                "credentialMetaData": {
                    "@class": "org.apereo.cas.authentication.metadata.BasicCredentialMetaData",
                    "id": "employee",
                    "credentialClass": "org.apereo.cas.authentication.credential.UsernamePasswordCredential"
                },
                "principal": {
                    "@class": "org.apereo.cas.authentication.principal.SimplePrincipal",
                    "id": "employee"
                }
            }
        }
    },
    "service": {
        "@class": "org.apereo.cas.authentication.principal.SimpleWebApplicationServiceImpl",
        "id": "abcd",
        "originalUrl": "abcd",
        "source": "service",
        "format": "XML",
        "attributes": {
            "username": [
                "employee"
            ]
        }
    },
    "credentialProvided": true
}